| # | duration | reads | writes | max idle | outcome | longest template |
|---|---|---|---|---|---|---|
| 1 | 1.36 ms | 0 | 1 | 524.40 us | commit | INSERT INTO products (sku, name, category, price, stock_qty) VALUES (?, ?, ?, ?, ?) |
| 2 | 1.20 us | 0 | 0 | 0 ns | commit | — |
| +offset | gap | event | duration | template | params | call-site |
|---|---|---|---|---|---|---|
| 0 ns | — | PREPARE | 93.40 us | INSERT INTO products (sku, name, category, price, stock_qty) VALUES (?, ?, ?, ?, ?) | — | fi.vesas.jdbclens.capture.CapturingConnection.wrapPrepared:66 |
| 617.80 us | 524.40 us | EXECUTE_BATCH | 520.70 us | INSERT INTO products (sku, name, category, price, stock_qty) VALUES (?, ?, ?, ?, ?) | — | fi.vesas.jdbclens.capture.CapturingPreparedStatement.executeBatch:301 |
| 1.20 ms | 57.60 us | COMMIT | 159.50 us | — | — | fi.vesas.jdbclens.capture.CapturingConnection.commit:202 |
| 1.42 ms | 66.80 us | CLOSE | 1.20 us | — | — | stack[-1] |