op: seed-products

4 events · 1.42 ms wall · 774.80 us DB (54%) · 648.80 us non-DB (46%)
DB 774.80 usnon-DB 648.80 us

Transactions

#durationreadswritesmax idleoutcomelongest template
11.36 ms01524.40 uscommitINSERT INTO products (sku, name, category, price, stock_qty) VALUES (?, ?, ?, ?, ?)
21.20 us000 nscommit

Timeline

gap is idle time since the previous event on the same thread — highlighted rows had noticeably more app/non-DB time before them than the rest. Follow those to find where the op lost its wall-clock time outside the database.

+offsetgapeventdurationtemplateparamscall-site
0 nsPREPARE93.40 usINSERT INTO products (sku, name, category, price, stock_qty) VALUES (?, ?, ?, ?, ?)fi.vesas.jdbclens.capture.CapturingConnection.wrapPrepared:66
617.80 us524.40 usEXECUTE_BATCH520.70 usINSERT INTO products (sku, name, category, price, stock_qty) VALUES (?, ?, ?, ?, ?)fi.vesas.jdbclens.capture.CapturingPreparedStatement.executeBatch:301
1.20 ms57.60 usCOMMIT159.50 usfi.vesas.jdbclens.capture.CapturingConnection.commit:202
1.42 ms66.80 usCLOSE1.20 usstack[-1]