diff --git a/README.md b/README.md index 6bfc5fe..3978725 100755 --- a/README.md +++ b/README.md @@ -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