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

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