From 698ab5bdd2707584c2f5c6e26907e97f6915c3c4 Mon Sep 17 00:00:00 2001 From: Johnathan Douglas Date: Mon, 10 Jul 2023 09:58:03 -0300 Subject: [PATCH] insert read --- README.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) 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