insert read

main
Johnathan Douglas 2023-07-10 09:58:03 -03:00
parent 21f8ca50d9
commit 698ab5bdd2
1 changed files with 14 additions and 14 deletions

View File

@ -71,20 +71,20 @@ values (1001, 50, '2023-04-01'),
(1003, 70, '2023-04-03'), ....; --limit 1.000
```
| quantity | method | time seconds | performance |
|----------:|---------|-----------------:|------------:|
| 1.000 | Insert1 | 1,44s | - |
| 1.000 | Insert2 | 0,09s | - |
| 1.000 | Insert3 | 0,09s | - |
| 10.000 | Insert1 | 14,25s | - |
| 10.000 | Insert2 | 0,88s | - |
| 10.000 | Insert3 | 0,83s | - |
| 100.000 | Insert1 | (2m 38s) 158,41s | - |
| 100.000 | Insert2 | `error` | - |
| 100.000 | Insert3 | 8,25s | - |
| 1.000.000 | Insert1 | - | - |
| 1.000.000 | Insert2 | `error` | - |
| 1.000.000 | Insert3 | (1m 35s) 95s | - |
| quantity | method | time seconds | performance |
|----------:|---------|-------------------:|------------:|
| 1.000 | Insert1 | 1,44s | - |
| 1.000 | Insert2 | 0,09s | 16x |
| 1.000 | Insert3 | 0,09s | 16x |
| 10.000 | Insert1 | 14,25s | - |
| 10.000 | Insert2 | 0,88s | 16x |
| 10.000 | Insert3 | 0,83s | 17x |
| 100.000 | Insert1 | (2m 38s) 158,41s | - |
| 100.000 | Insert2 | `error` | `error` |
| 100.000 | Insert3 | 8,25s | 19x |
| 1.000.000 | Insert1 | (31m 52s) 1952,32s | - |
| 1.000.000 | Insert2 | `error` | `error` |
| 1.000.000 | Insert3 | (1m 35s) 95s | 20x |
# Update