op: update-profile

200 events · 4.77 ms wall · 2.11 ms DB (44%) · 2.67 ms non-DB (56%)
DB 2.11 msnon-DB 2.67 ms

Transactions

Autocommit mode — every statement was its own transaction. Group related writes in one explicit transaction (and reads outside it) to cut round-trips.

#durationreadswritesmax idleoutcomelongest template
135.50 us10autocommitSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?
271.60 us01autocommitUPDATE customers SET name = ?, email = ?, phone = ?, address_line = ?, city = ?, state = ?, postal_code = ?, country = ?, timezone = ? WHER…
323.60 us10autocommitSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?
447.40 us01autocommitUPDATE customers SET name = ?, email = ?, phone = ?, address_line = ?, city = ?, state = ?, postal_code = ?, country = ?, timezone = ? WHER…
517.50 us10autocommitSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?
645.00 us01autocommitUPDATE customers SET name = ?, email = ?, phone = ?, address_line = ?, city = ?, state = ?, postal_code = ?, country = ?, timezone = ? WHER…
726.50 us10autocommitSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?
844.50 us01autocommitUPDATE customers SET name = ?, email = ?, phone = ?, address_line = ?, city = ?, state = ?, postal_code = ?, country = ?, timezone = ? WHER…
917.60 us10autocommitSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?
1043.40 us01autocommitUPDATE customers SET name = ?, email = ?, phone = ?, address_line = ?, city = ?, state = ?, postal_code = ?, country = ?, timezone = ? WHER…
1119.00 us10autocommitSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?
1245.30 us01autocommitUPDATE customers SET name = ?, email = ?, phone = ?, address_line = ?, city = ?, state = ?, postal_code = ?, country = ?, timezone = ? WHER…
1325.90 us10autocommitSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?
1445.10 us01autocommitUPDATE customers SET name = ?, email = ?, phone = ?, address_line = ?, city = ?, state = ?, postal_code = ?, country = ?, timezone = ? WHER…
1516.80 us10autocommitSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?
1642.70 us01autocommitUPDATE customers SET name = ?, email = ?, phone = ?, address_line = ?, city = ?, state = ?, postal_code = ?, country = ?, timezone = ? WHER…
1717.30 us10autocommitSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?
1842.40 us01autocommitUPDATE customers SET name = ?, email = ?, phone = ?, address_line = ?, city = ?, state = ?, postal_code = ?, country = ?, timezone = ? WHER…
1939.60 us10autocommitSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?
2055.30 us01autocommitUPDATE customers SET name = ?, email = ?, phone = ?, address_line = ?, city = ?, state = ?, postal_code = ?, country = ?, timezone = ? WHER…
2118.70 us10autocommitSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?
2244.80 us01autocommitUPDATE customers SET name = ?, email = ?, phone = ?, address_line = ?, city = ?, state = ?, postal_code = ?, country = ?, timezone = ? WHER…
2320.30 us10autocommitSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?
2450.40 us01autocommitUPDATE customers SET name = ?, email = ?, phone = ?, address_line = ?, city = ?, state = ?, postal_code = ?, country = ?, timezone = ? WHER…
2517.50 us10autocommitSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?
2643.30 us01autocommitUPDATE customers SET name = ?, email = ?, phone = ?, address_line = ?, city = ?, state = ?, postal_code = ?, country = ?, timezone = ? WHER…
2716.60 us10autocommitSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?
2841.80 us01autocommitUPDATE customers SET name = ?, email = ?, phone = ?, address_line = ?, city = ?, state = ?, postal_code = ?, country = ?, timezone = ? WHER…
2916.20 us10autocommitSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?
3048.20 us01autocommitUPDATE customers SET name = ?, email = ?, phone = ?, address_line = ?, city = ?, state = ?, postal_code = ?, country = ?, timezone = ? WHER…
3139.10 us10autocommitSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?
3243.30 us01autocommitUPDATE customers SET name = ?, email = ?, phone = ?, address_line = ?, city = ?, state = ?, postal_code = ?, country = ?, timezone = ? WHER…
3316.70 us10autocommitSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?
3452.40 us01autocommitUPDATE customers SET name = ?, email = ?, phone = ?, address_line = ?, city = ?, state = ?, postal_code = ?, country = ?, timezone = ? WHER…
3518.20 us10autocommitSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?
3660.70 us01autocommitUPDATE customers SET name = ?, email = ?, phone = ?, address_line = ?, city = ?, state = ?, postal_code = ?, country = ?, timezone = ? WHER…
3717.30 us10autocommitSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?
3851.70 us01autocommitUPDATE customers SET name = ?, email = ?, phone = ?, address_line = ?, city = ?, state = ?, postal_code = ?, country = ?, timezone = ? WHER…
3918.00 us10autocommitSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?
4077.10 us01autocommitUPDATE customers SET name = ?, email = ?, phone = ?, address_line = ?, city = ?, state = ?, postal_code = ?, country = ?, timezone = ? WHER…
4118.60 us10autocommitSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?
4263.90 us01autocommitUPDATE customers SET name = ?, email = ?, phone = ?, address_line = ?, city = ?, state = ?, postal_code = ?, country = ?, timezone = ? WHER…
4318.10 us10autocommitSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?
4454.60 us01autocommitUPDATE customers SET name = ?, email = ?, phone = ?, address_line = ?, city = ?, state = ?, postal_code = ?, country = ?, timezone = ? WHER…
4527.90 us10autocommitSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?
4665.00 us01autocommitUPDATE customers SET name = ?, email = ?, phone = ?, address_line = ?, city = ?, state = ?, postal_code = ?, country = ?, timezone = ? WHER…
4722.20 us10autocommitSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?
4855.20 us01autocommitUPDATE customers SET name = ?, email = ?, phone = ?, address_line = ?, city = ?, state = ?, postal_code = ?, country = ?, timezone = ? WHER…
4917.80 us10autocommitSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?
5042.20 us01autocommitUPDATE customers SET name = ?, email = ?, phone = ?, address_line = ?, city = ?, state = ?, postal_code = ?, country = ?, timezone = ? WHER…

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 nsPREPARE125.50 usSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?fi.vesas.jdbclens.capture.CapturingConnection.wrapPrepared:66
176.40 us50.90 usEXECUTE_QUERY35.50 usSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?[1] 1fi.vesas.jdbclens.sample.dao.CustomerDao.findFullById:41
236.80 us24.90 usNEXT900 nsSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?stack[-1]
898.70 us661.00 usCLOSE500 nsSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?stack[-1]
900.30 us1.10 usCLOSE500 nsstack[-1]
911.60 us10.80 usPREPARE92.60 usUPDATE customers SET name = ?, email = ?, phone = ?, address_line = ?, city = ?, state = ?, postal_code = ?, country = ?, timezone = ? WHER…fi.vesas.jdbclens.capture.CapturingConnection.wrapPrepared:66
1.07 ms61.70 usEXECUTE_UPDATE71.60 usUPDATE customers SET name = ?, email = ?, phone = ?, address_line = ?, city = ?, state = ?, postal_code = ?, country = ?, timezone = ? WHER…[1] customer-1, [2] customer-1@example.com, [3] +1-555-1000, [4] 1 Main St, [5] Springfield, [6] IL, [7] 62704, [8] US, [9] America/Chicago, [10] 1fi.vesas.jdbclens.sample.dao.CustomerDao.updateAll:73
1.17 ms28.20 usCLOSE400 nsstack[-1]
Invocation 2 of 25 · 8 events · 74.30 us DB time
1.19 msPREPARE1.20 usSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?fi.vesas.jdbclens.capture.CapturingConnection.wrapPrepared:66
1.23 ms34.40 usEXECUTE_QUERY23.60 usSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?[1] 18fi.vesas.jdbclens.sample.dao.CustomerDao.findFullById:41
1.27 ms14.10 usNEXT300 nsSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?stack[-1]
1.27 ms2.40 usCLOSE200 nsSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?stack[-1]
1.27 ms300 nsCLOSE300 nsstack[-1]
1.27 ms900 nsPREPARE900 nsUPDATE customers SET name = ?, email = ?, phone = ?, address_line = ?, city = ?, state = ?, postal_code = ?, country = ?, timezone = ? WHER…fi.vesas.jdbclens.capture.CapturingConnection.wrapPrepared:66
1.29 ms17.40 usEXECUTE_UPDATE47.40 usUPDATE customers SET name = ?, email = ?, phone = ?, address_line = ?, city = ?, state = ?, postal_code = ?, country = ?, timezone = ? WHER…[1] customer-18, [2] customer-18@example.com, [3] +1-555-1001, [4] 18 Main St, [5] Springfield, [6] IL, [7] 62704, [8] US, [9] America/Chicago, [10] 18fi.vesas.jdbclens.sample.dao.CustomerDao.updateAll:73
1.35 ms9.60 usCLOSE400 nsstack[-1]
Invocation 3 of 25 · 8 events · 65.40 us DB time
1.37 msPREPARE900 nsSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?fi.vesas.jdbclens.capture.CapturingConnection.wrapPrepared:66
1.38 ms12.40 usEXECUTE_QUERY17.50 usSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?[1] 35fi.vesas.jdbclens.sample.dao.CustomerDao.findFullById:41
1.41 ms8.10 usNEXT300 nsSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?stack[-1]
1.41 ms2.00 usCLOSE200 nsSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?stack[-1]
1.41 ms300 nsCLOSE200 nsstack[-1]
1.41 ms900 nsPREPARE900 nsUPDATE customers SET name = ?, email = ?, phone = ?, address_line = ?, city = ?, state = ?, postal_code = ?, country = ?, timezone = ? WHER…fi.vesas.jdbclens.capture.CapturingConnection.wrapPrepared:66
1.43 ms16.20 usEXECUTE_UPDATE45.00 usUPDATE customers SET name = ?, email = ?, phone = ?, address_line = ?, city = ?, state = ?, postal_code = ?, country = ?, timezone = ? WHER…[1] customer-35, [2] customer-35@example.com, [3] +1-555-1002, [4] 35 Main St, [5] Springfield, [6] IL, [7] 62704, [8] US, [9] America/Chicago, [10] 35fi.vesas.jdbclens.sample.dao.CustomerDao.updateAll:73
1.48 ms9.20 usCLOSE400 nsstack[-1]
Invocation 4 of 25 · 8 events · 74.60 us DB time
1.50 msPREPARE900 nsSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?fi.vesas.jdbclens.capture.CapturingConnection.wrapPrepared:66
1.52 ms18.60 usEXECUTE_QUERY26.50 usSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?[1] 52fi.vesas.jdbclens.sample.dao.CustomerDao.findFullById:41
1.56 ms9.00 usNEXT300 nsSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?stack[-1]
1.56 ms2.10 usCLOSE100 nsSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?stack[-1]
1.56 ms300 nsCLOSE300 nsstack[-1]
1.56 ms800 nsPREPARE1.70 usUPDATE customers SET name = ?, email = ?, phone = ?, address_line = ?, city = ?, state = ?, postal_code = ?, country = ?, timezone = ? WHER…fi.vesas.jdbclens.capture.CapturingConnection.wrapPrepared:66
1.58 ms16.30 usEXECUTE_UPDATE44.50 usUPDATE customers SET name = ?, email = ?, phone = ?, address_line = ?, city = ?, state = ?, postal_code = ?, country = ?, timezone = ? WHER…[1] customer-52, [2] customer-52@example.com, [3] +1-555-1003, [4] 52 Main St, [5] Springfield, [6] IL, [7] 62704, [8] US, [9] America/Chicago, [10] 52fi.vesas.jdbclens.sample.dao.CustomerDao.updateAll:73
1.64 ms16.00 usCLOSE300 nsstack[-1]
Invocation 5 of 25 · 8 events · 63.50 us DB time
1.66 msPREPARE900 nsSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?fi.vesas.jdbclens.capture.CapturingConnection.wrapPrepared:66
1.68 ms13.00 usEXECUTE_QUERY17.60 usSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?[1] 69fi.vesas.jdbclens.sample.dao.CustomerDao.findFullById:41
1.70 ms8.20 usNEXT200 nsSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?stack[-1]
1.70 ms2.20 usCLOSE100 nsSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?stack[-1]
1.70 ms300 nsCLOSE200 nsstack[-1]
1.71 ms800 nsPREPARE800 nsUPDATE customers SET name = ?, email = ?, phone = ?, address_line = ?, city = ?, state = ?, postal_code = ?, country = ?, timezone = ? WHER…fi.vesas.jdbclens.capture.CapturingConnection.wrapPrepared:66
1.72 ms17.20 usEXECUTE_UPDATE43.40 usUPDATE customers SET name = ?, email = ?, phone = ?, address_line = ?, city = ?, state = ?, postal_code = ?, country = ?, timezone = ? WHER…[1] customer-69, [2] customer-69@example.com, [3] +1-555-1004, [4] 69 Main St, [5] Springfield, [6] IL, [7] 62704, [8] US, [9] America/Chicago, [10] 69fi.vesas.jdbclens.sample.dao.CustomerDao.updateAll:73
1.78 ms9.30 usCLOSE300 nsstack[-1]
Invocation 6 of 25 · 8 events · 67.00 us DB time
1.80 msPREPARE900 nsSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?fi.vesas.jdbclens.capture.CapturingConnection.wrapPrepared:66
1.81 ms12.10 usEXECUTE_QUERY19.00 usSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?[1] 86fi.vesas.jdbclens.sample.dao.CustomerDao.findFullById:41
1.84 ms8.00 usNEXT300 nsSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?stack[-1]
1.84 ms2.30 usCLOSE100 nsSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?stack[-1]
1.85 ms8.50 usCLOSE300 nsstack[-1]
1.85 ms1.00 usPREPARE800 nsUPDATE customers SET name = ?, email = ?, phone = ?, address_line = ?, city = ?, state = ?, postal_code = ?, country = ?, timezone = ? WHER…fi.vesas.jdbclens.capture.CapturingConnection.wrapPrepared:66
1.87 ms16.40 usEXECUTE_UPDATE45.30 usUPDATE customers SET name = ?, email = ?, phone = ?, address_line = ?, city = ?, state = ?, postal_code = ?, country = ?, timezone = ? WHER…[1] customer-86, [2] customer-86@example.com, [3] +1-555-1005, [4] 86 Main St, [5] Springfield, [6] IL, [7] 62704, [8] US, [9] America/Chicago, [10] 86fi.vesas.jdbclens.sample.dao.CustomerDao.updateAll:73
1.93 ms14.70 usCLOSE300 nsstack[-1]
Invocation 7 of 25 · 8 events · 73.80 us DB time
1.95 msPREPARE900 nsSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?fi.vesas.jdbclens.capture.CapturingConnection.wrapPrepared:66
1.96 ms12.70 usEXECUTE_QUERY25.90 usSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?[1] 103fi.vesas.jdbclens.sample.dao.CustomerDao.findFullById:41
1.99 ms8.30 usNEXT300 nsSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?stack[-1]
2.00 ms2.10 usCLOSE200 nsSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?stack[-1]
2.00 ms300 nsCLOSE200 nsstack[-1]
2.00 ms800 nsPREPARE900 nsUPDATE customers SET name = ?, email = ?, phone = ?, address_line = ?, city = ?, state = ?, postal_code = ?, country = ?, timezone = ? WHER…fi.vesas.jdbclens.capture.CapturingConnection.wrapPrepared:66
2.02 ms15.70 usEXECUTE_UPDATE45.10 usUPDATE customers SET name = ?, email = ?, phone = ?, address_line = ?, city = ?, state = ?, postal_code = ?, country = ?, timezone = ? WHER…[1] customer-103, [2] customer-103@example.com, [3] +1-555-1006, [4] 103 Main St, [5] Springfield, [6] IL, [7] 62704, [8] US, [9] America/Chicago, [10] 103fi.vesas.jdbclens.sample.dao.CustomerDao.updateAll:73
2.07 ms9.50 usCLOSE300 nsstack[-1]
Invocation 8 of 25 · 8 events · 62.00 us DB time
2.09 msPREPARE900 nsSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?fi.vesas.jdbclens.capture.CapturingConnection.wrapPrepared:66
2.10 ms12.50 usEXECUTE_QUERY16.80 usSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?[1] 120fi.vesas.jdbclens.sample.dao.CustomerDao.findFullById:41
2.13 ms8.00 usNEXT300 nsSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?stack[-1]
2.13 ms1.90 usCLOSE100 nsSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?stack[-1]
2.13 ms300 nsCLOSE200 nsstack[-1]
2.13 ms800 nsPREPARE700 nsUPDATE customers SET name = ?, email = ?, phone = ?, address_line = ?, city = ?, state = ?, postal_code = ?, country = ?, timezone = ? WHER…fi.vesas.jdbclens.capture.CapturingConnection.wrapPrepared:66
2.15 ms15.80 usEXECUTE_UPDATE42.70 usUPDATE customers SET name = ?, email = ?, phone = ?, address_line = ?, city = ?, state = ?, postal_code = ?, country = ?, timezone = ? WHER…[1] customer-120, [2] customer-120@example.com, [3] +1-555-1007, [4] 120 Main St, [5] Springfield, [6] IL, [7] 62704, [8] US, [9] America/Chicago, [10] 120fi.vesas.jdbclens.sample.dao.CustomerDao.updateAll:73
2.20 ms9.40 usCLOSE300 nsstack[-1]
Invocation 9 of 25 · 8 events · 62.30 us DB time
2.22 msPREPARE800 nsSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?fi.vesas.jdbclens.capture.CapturingConnection.wrapPrepared:66
2.23 ms12.50 usEXECUTE_QUERY17.30 usSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?[1] 137fi.vesas.jdbclens.sample.dao.CustomerDao.findFullById:41
2.26 ms7.80 usNEXT300 nsSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?stack[-1]
2.26 ms1.80 usCLOSE200 nsSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?stack[-1]
2.26 ms200 nsCLOSE300 nsstack[-1]
2.26 ms700 nsPREPARE800 nsUPDATE customers SET name = ?, email = ?, phone = ?, address_line = ?, city = ?, state = ?, postal_code = ?, country = ?, timezone = ? WHER…fi.vesas.jdbclens.capture.CapturingConnection.wrapPrepared:66
2.28 ms15.80 usEXECUTE_UPDATE42.40 usUPDATE customers SET name = ?, email = ?, phone = ?, address_line = ?, city = ?, state = ?, postal_code = ?, country = ?, timezone = ? WHER…[1] customer-137, [2] customer-137@example.com, [3] +1-555-1008, [4] 137 Main St, [5] Springfield, [6] IL, [7] 62704, [8] US, [9] America/Chicago, [10] 137fi.vesas.jdbclens.sample.dao.CustomerDao.updateAll:73
2.34 ms15.10 usCLOSE200 nsstack[-1]
Invocation 10 of 25 · 8 events · 98.30 us DB time
2.36 msPREPARE800 nsSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?fi.vesas.jdbclens.capture.CapturingConnection.wrapPrepared:66
2.37 ms12.30 usEXECUTE_QUERY39.60 usSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?[1] 154fi.vesas.jdbclens.sample.dao.CustomerDao.findFullById:41
2.43 ms18.10 usNEXT300 nsSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?stack[-1]
2.43 ms2.80 usCLOSE300 nsSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?stack[-1]
2.43 ms300 nsCLOSE400 nsstack[-1]
2.43 ms1.20 usPREPARE1.30 usUPDATE customers SET name = ?, email = ?, phone = ?, address_line = ?, city = ?, state = ?, postal_code = ?, country = ?, timezone = ? WHER…fi.vesas.jdbclens.capture.CapturingConnection.wrapPrepared:66
2.45 ms21.10 usEXECUTE_UPDATE55.30 usUPDATE customers SET name = ?, email = ?, phone = ?, address_line = ?, city = ?, state = ?, postal_code = ?, country = ?, timezone = ? WHER…[1] customer-154, [2] customer-154@example.com, [3] +1-555-1009, [4] 154 Main St, [5] Springfield, [6] IL, [7] 62704, [8] US, [9] America/Chicago, [10] 154fi.vesas.jdbclens.sample.dao.CustomerDao.updateAll:73
2.52 ms11.30 usCLOSE300 nsstack[-1]
Invocation 11 of 25 · 8 events · 66.40 us DB time
2.55 msPREPARE900 nsSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?fi.vesas.jdbclens.capture.CapturingConnection.wrapPrepared:66
2.56 ms13.30 usEXECUTE_QUERY18.70 usSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?[1] 171fi.vesas.jdbclens.sample.dao.CustomerDao.findFullById:41
2.59 ms8.90 usNEXT500 nsSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?stack[-1]
2.59 ms2.10 usCLOSE100 nsSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?stack[-1]
2.59 ms300 nsCLOSE300 nsstack[-1]
2.59 ms900 nsPREPARE800 nsUPDATE customers SET name = ?, email = ?, phone = ?, address_line = ?, city = ?, state = ?, postal_code = ?, country = ?, timezone = ? WHER…fi.vesas.jdbclens.capture.CapturingConnection.wrapPrepared:66
2.61 ms16.50 usEXECUTE_UPDATE44.80 usUPDATE customers SET name = ?, email = ?, phone = ?, address_line = ?, city = ?, state = ?, postal_code = ?, country = ?, timezone = ? WHER…[1] customer-171, [2] customer-171@example.com, [3] +1-555-1010, [4] 171 Main St, [5] Springfield, [6] IL, [7] 62704, [8] US, [9] America/Chicago, [10] 171fi.vesas.jdbclens.sample.dao.CustomerDao.updateAll:73
2.66 ms9.60 usCLOSE300 nsstack[-1]
Invocation 12 of 25 · 8 events · 73.70 us DB time
2.69 msPREPARE900 nsSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?fi.vesas.jdbclens.capture.CapturingConnection.wrapPrepared:66
2.71 ms14.10 usEXECUTE_QUERY20.30 usSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?[1] 188fi.vesas.jdbclens.sample.dao.CustomerDao.findFullById:41
2.74 ms8.70 usNEXT300 nsSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?stack[-1]
2.74 ms2.70 usCLOSE200 nsSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?stack[-1]
2.74 ms300 nsCLOSE300 nsstack[-1]
2.74 ms1.20 usPREPARE1.00 usUPDATE customers SET name = ?, email = ?, phone = ?, address_line = ?, city = ?, state = ?, postal_code = ?, country = ?, timezone = ? WHER…fi.vesas.jdbclens.capture.CapturingConnection.wrapPrepared:66
2.76 ms17.20 usEXECUTE_UPDATE50.40 usUPDATE customers SET name = ?, email = ?, phone = ?, address_line = ?, city = ?, state = ?, postal_code = ?, country = ?, timezone = ? WHER…[1] customer-188, [2] customer-188@example.com, [3] +1-555-1011, [4] 188 Main St, [5] Springfield, [6] IL, [7] 62704, [8] US, [9] America/Chicago, [10] 188fi.vesas.jdbclens.sample.dao.CustomerDao.updateAll:73
2.82 ms9.80 usCLOSE300 nsstack[-1]
Invocation 13 of 25 · 8 events · 63.50 us DB time
2.84 msPREPARE900 nsSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?fi.vesas.jdbclens.capture.CapturingConnection.wrapPrepared:66
2.86 ms12.90 usEXECUTE_QUERY17.50 usSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?[1] 5fi.vesas.jdbclens.sample.dao.CustomerDao.findFullById:41
2.88 ms8.20 usNEXT200 nsSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?stack[-1]
2.89 ms2.00 usCLOSE200 nsSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?stack[-1]
2.89 ms200 nsCLOSE300 nsstack[-1]
2.89 ms800 nsPREPARE800 nsUPDATE customers SET name = ?, email = ?, phone = ?, address_line = ?, city = ?, state = ?, postal_code = ?, country = ?, timezone = ? WHER…fi.vesas.jdbclens.capture.CapturingConnection.wrapPrepared:66
2.91 ms17.00 usEXECUTE_UPDATE43.30 usUPDATE customers SET name = ?, email = ?, phone = ?, address_line = ?, city = ?, state = ?, postal_code = ?, country = ?, timezone = ? WHER…[1] customer-5, [2] customer-5@example.com, [3] +1-555-1012, [4] 5 Main St, [5] Springfield, [6] IL, [7] 62704, [8] US, [9] America/Chicago, [10] 5fi.vesas.jdbclens.sample.dao.CustomerDao.updateAll:73
2.96 ms9.50 usCLOSE300 nsstack[-1]
Invocation 14 of 25 · 8 events · 61.10 us DB time
2.98 msPREPARE800 nsSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?fi.vesas.jdbclens.capture.CapturingConnection.wrapPrepared:66
2.99 ms11.80 usEXECUTE_QUERY16.60 usSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?[1] 22fi.vesas.jdbclens.sample.dao.CustomerDao.findFullById:41
3.02 ms8.00 usNEXT300 nsSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?stack[-1]
3.02 ms1.90 usCLOSE200 nsSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?stack[-1]
3.02 ms200 nsCLOSE300 nsstack[-1]
3.02 ms700 nsPREPARE800 nsUPDATE customers SET name = ?, email = ?, phone = ?, address_line = ?, city = ?, state = ?, postal_code = ?, country = ?, timezone = ? WHER…fi.vesas.jdbclens.capture.CapturingConnection.wrapPrepared:66
3.04 ms15.90 usEXECUTE_UPDATE41.80 usUPDATE customers SET name = ?, email = ?, phone = ?, address_line = ?, city = ?, state = ?, postal_code = ?, country = ?, timezone = ? WHER…[1] customer-22, [2] customer-22@example.com, [3] +1-555-1013, [4] 22 Main St, [5] Springfield, [6] IL, [7] 62704, [8] US, [9] America/Chicago, [10] 22fi.vesas.jdbclens.sample.dao.CustomerDao.updateAll:73
3.09 ms12.80 usCLOSE300 nsstack[-1]
Invocation 15 of 25 · 8 events · 66.90 us DB time
3.11 msPREPARE800 nsSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?fi.vesas.jdbclens.capture.CapturingConnection.wrapPrepared:66
3.12 ms12.10 usEXECUTE_QUERY16.20 usSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?[1] 39fi.vesas.jdbclens.sample.dao.CustomerDao.findFullById:41
3.15 ms8.00 usNEXT200 nsSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?stack[-1]
3.15 ms1.90 usCLOSE200 nsSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?stack[-1]
3.15 ms300 nsCLOSE200 nsstack[-1]
3.15 ms800 nsPREPARE800 nsUPDATE customers SET name = ?, email = ?, phone = ?, address_line = ?, city = ?, state = ?, postal_code = ?, country = ?, timezone = ? WHER…fi.vesas.jdbclens.capture.CapturingConnection.wrapPrepared:66
3.17 ms15.50 usEXECUTE_UPDATE48.20 usUPDATE customers SET name = ?, email = ?, phone = ?, address_line = ?, city = ?, state = ?, postal_code = ?, country = ?, timezone = ? WHER…[1] customer-39, [2] customer-39@example.com, [3] +1-555-1014, [4] 39 Main St, [5] Springfield, [6] IL, [7] 62704, [8] US, [9] America/Chicago, [10] 39fi.vesas.jdbclens.sample.dao.CustomerDao.updateAll:73
3.23 ms10.10 usCLOSE300 nsstack[-1]
Invocation 16 of 25 · 8 events · 85.10 us DB time
3.25 msPREPARE800 nsSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?fi.vesas.jdbclens.capture.CapturingConnection.wrapPrepared:66
3.26 ms12.40 usEXECUTE_QUERY39.10 usSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?[1] 56fi.vesas.jdbclens.sample.dao.CustomerDao.findFullById:41
3.31 ms8.90 usNEXT200 nsSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?stack[-1]
3.31 ms2.00 usCLOSE200 nsSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?stack[-1]
3.31 ms200 nsCLOSE300 nsstack[-1]
3.31 ms800 nsPREPARE900 nsUPDATE customers SET name = ?, email = ?, phone = ?, address_line = ?, city = ?, state = ?, postal_code = ?, country = ?, timezone = ? WHER…fi.vesas.jdbclens.capture.CapturingConnection.wrapPrepared:66
3.33 ms16.00 usEXECUTE_UPDATE43.30 usUPDATE customers SET name = ?, email = ?, phone = ?, address_line = ?, city = ?, state = ?, postal_code = ?, country = ?, timezone = ? WHER…[1] customer-56, [2] customer-56@example.com, [3] +1-555-1015, [4] 56 Main St, [5] Springfield, [6] IL, [7] 62704, [8] US, [9] America/Chicago, [10] 56fi.vesas.jdbclens.sample.dao.CustomerDao.updateAll:73
3.38 ms9.50 usCLOSE300 nsstack[-1]
Invocation 17 of 25 · 8 events · 71.50 us DB time
3.40 msPREPARE800 nsSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?fi.vesas.jdbclens.capture.CapturingConnection.wrapPrepared:66
3.41 ms11.80 usEXECUTE_QUERY16.70 usSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?[1] 73fi.vesas.jdbclens.sample.dao.CustomerDao.findFullById:41
3.44 ms7.90 usNEXT300 nsSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?stack[-1]
3.44 ms2.10 usCLOSE100 nsSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?stack[-1]
3.44 ms300 nsCLOSE200 nsstack[-1]
3.44 ms800 nsPREPARE700 nsUPDATE customers SET name = ?, email = ?, phone = ?, address_line = ?, city = ?, state = ?, postal_code = ?, country = ?, timezone = ? WHER…fi.vesas.jdbclens.capture.CapturingConnection.wrapPrepared:66
3.46 ms16.00 usEXECUTE_UPDATE52.40 usUPDATE customers SET name = ?, email = ?, phone = ?, address_line = ?, city = ?, state = ?, postal_code = ?, country = ?, timezone = ? WHER…[1] customer-73, [2] customer-73@example.com, [3] +1-555-1016, [4] 73 Main St, [5] Springfield, [6] IL, [7] 62704, [8] US, [9] America/Chicago, [10] 73fi.vesas.jdbclens.sample.dao.CustomerDao.updateAll:73
3.52 ms9.80 usCLOSE300 nsstack[-1]
Invocation 18 of 25 · 8 events · 81.60 us DB time
3.54 msPREPARE1.00 usSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?fi.vesas.jdbclens.capture.CapturingConnection.wrapPrepared:66
3.55 ms12.20 usEXECUTE_QUERY18.20 usSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?[1] 90fi.vesas.jdbclens.sample.dao.CustomerDao.findFullById:41
3.58 ms8.00 usNEXT300 nsSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?stack[-1]
3.58 ms2.00 usCLOSE100 nsSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?stack[-1]
3.58 ms300 nsCLOSE200 nsstack[-1]
3.58 ms800 nsPREPARE800 nsUPDATE customers SET name = ?, email = ?, phone = ?, address_line = ?, city = ?, state = ?, postal_code = ?, country = ?, timezone = ? WHER…fi.vesas.jdbclens.capture.CapturingConnection.wrapPrepared:66
3.60 ms15.60 usEXECUTE_UPDATE60.70 usUPDATE customers SET name = ?, email = ?, phone = ?, address_line = ?, city = ?, state = ?, postal_code = ?, country = ?, timezone = ? WHER…[1] customer-90, [2] customer-90@example.com, [3] +1-555-1017, [4] 90 Main St, [5] Springfield, [6] IL, [7] 62704, [8] US, [9] America/Chicago, [10] 90fi.vesas.jdbclens.sample.dao.CustomerDao.updateAll:73
3.67 ms11.80 usCLOSE300 nsstack[-1]
Invocation 19 of 25 · 8 events · 71.80 us DB time
3.69 msPREPARE1.00 usSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?fi.vesas.jdbclens.capture.CapturingConnection.wrapPrepared:66
3.71 ms13.90 usEXECUTE_QUERY17.30 usSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?[1] 107fi.vesas.jdbclens.sample.dao.CustomerDao.findFullById:41
3.74 ms9.80 usNEXT300 nsSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?stack[-1]
3.74 ms2.10 usCLOSE200 nsSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?stack[-1]
3.74 ms200 nsCLOSE300 nsstack[-1]
3.74 ms900 nsPREPARE700 nsUPDATE customers SET name = ?, email = ?, phone = ?, address_line = ?, city = ?, state = ?, postal_code = ?, country = ?, timezone = ? WHER…fi.vesas.jdbclens.capture.CapturingConnection.wrapPrepared:66
3.77 ms26.50 usEXECUTE_UPDATE51.70 usUPDATE customers SET name = ?, email = ?, phone = ?, address_line = ?, city = ?, state = ?, postal_code = ?, country = ?, timezone = ? WHER…[1] customer-107, [2] customer-107@example.com, [3] +1-555-1018, [4] 107 Main St, [5] Springfield, [6] IL, [7] 62704, [8] US, [9] America/Chicago, [10] 107fi.vesas.jdbclens.sample.dao.CustomerDao.updateAll:73
3.83 ms10.10 usCLOSE300 nsstack[-1]
Invocation 20 of 25 · 8 events · 97.80 us DB time
3.85 msPREPARE900 nsSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?fi.vesas.jdbclens.capture.CapturingConnection.wrapPrepared:66
3.86 ms14.30 usEXECUTE_QUERY18.00 usSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?[1] 124fi.vesas.jdbclens.sample.dao.CustomerDao.findFullById:41
3.89 ms7.80 usNEXT300 nsSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?stack[-1]
3.89 ms1.90 usCLOSE200 nsSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?stack[-1]
3.89 ms200 nsCLOSE300 nsstack[-1]
3.89 ms800 nsPREPARE700 nsUPDATE customers SET name = ?, email = ?, phone = ?, address_line = ?, city = ?, state = ?, postal_code = ?, country = ?, timezone = ? WHER…fi.vesas.jdbclens.capture.CapturingConnection.wrapPrepared:66
3.91 ms17.50 usEXECUTE_UPDATE77.10 usUPDATE customers SET name = ?, email = ?, phone = ?, address_line = ?, city = ?, state = ?, postal_code = ?, country = ?, timezone = ? WHER…[1] customer-124, [2] customer-124@example.com, [3] +1-555-1019, [4] 124 Main St, [5] Springfield, [6] IL, [7] 62704, [8] US, [9] America/Chicago, [10] 124fi.vesas.jdbclens.sample.dao.CustomerDao.updateAll:73
4.00 ms12.10 usCLOSE300 nsstack[-1]
Invocation 21 of 25 · 8 events · 85.30 us DB time
4.02 msPREPARE1.00 usSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?fi.vesas.jdbclens.capture.CapturingConnection.wrapPrepared:66
4.04 ms14.50 usEXECUTE_QUERY18.60 usSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?[1] 141fi.vesas.jdbclens.sample.dao.CustomerDao.findFullById:41
4.07 ms9.70 usNEXT300 nsSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?stack[-1]
4.07 ms2.00 usCLOSE200 nsSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?stack[-1]
4.07 ms200 nsCLOSE300 nsstack[-1]
4.07 ms800 nsPREPARE700 nsUPDATE customers SET name = ?, email = ?, phone = ?, address_line = ?, city = ?, state = ?, postal_code = ?, country = ?, timezone = ? WHER…fi.vesas.jdbclens.capture.CapturingConnection.wrapPrepared:66
4.09 ms18.70 usEXECUTE_UPDATE63.90 usUPDATE customers SET name = ?, email = ?, phone = ?, address_line = ?, city = ?, state = ?, postal_code = ?, country = ?, timezone = ? WHER…[1] customer-141, [2] customer-141@example.com, [3] +1-555-1020, [4] 141 Main St, [5] Springfield, [6] IL, [7] 62704, [8] US, [9] America/Chicago, [10] 141fi.vesas.jdbclens.sample.dao.CustomerDao.updateAll:73
4.17 ms12.60 usCLOSE300 nsstack[-1]
Invocation 22 of 25 · 8 events · 75.40 us DB time
4.19 msPREPARE1.00 usSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?fi.vesas.jdbclens.capture.CapturingConnection.wrapPrepared:66
4.20 ms13.20 usEXECUTE_QUERY18.10 usSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?[1] 158fi.vesas.jdbclens.sample.dao.CustomerDao.findFullById:41
4.23 ms7.70 usNEXT300 nsSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?stack[-1]
4.23 ms2.50 usCLOSE100 nsSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?stack[-1]
4.23 ms300 nsCLOSE200 nsstack[-1]
4.23 ms800 nsPREPARE800 nsUPDATE customers SET name = ?, email = ?, phone = ?, address_line = ?, city = ?, state = ?, postal_code = ?, country = ?, timezone = ? WHER…fi.vesas.jdbclens.capture.CapturingConnection.wrapPrepared:66
4.25 ms16.60 usEXECUTE_UPDATE54.60 usUPDATE customers SET name = ?, email = ?, phone = ?, address_line = ?, city = ?, state = ?, postal_code = ?, country = ?, timezone = ? WHER…[1] customer-158, [2] customer-158@example.com, [3] +1-555-1021, [4] 158 Main St, [5] Springfield, [6] IL, [7] 62704, [8] US, [9] America/Chicago, [10] 158fi.vesas.jdbclens.sample.dao.CustomerDao.updateAll:73
4.32 ms16.50 usCLOSE300 nsstack[-1]
Invocation 23 of 25 · 8 events · 95.90 us DB time
4.34 msPREPARE1.00 usSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?fi.vesas.jdbclens.capture.CapturingConnection.wrapPrepared:66
4.36 ms12.90 usEXECUTE_QUERY27.90 usSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?[1] 175fi.vesas.jdbclens.sample.dao.CustomerDao.findFullById:41
4.39 ms8.30 usNEXT400 nsSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?stack[-1]
4.40 ms2.00 usCLOSE200 nsSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?stack[-1]
4.40 ms200 nsCLOSE300 nsstack[-1]
4.40 ms800 nsPREPARE700 nsUPDATE customers SET name = ?, email = ?, phone = ?, address_line = ?, city = ?, state = ?, postal_code = ?, country = ?, timezone = ? WHER…fi.vesas.jdbclens.capture.CapturingConnection.wrapPrepared:66
4.41 ms16.20 usEXECUTE_UPDATE65.00 usUPDATE customers SET name = ?, email = ?, phone = ?, address_line = ?, city = ?, state = ?, postal_code = ?, country = ?, timezone = ? WHER…[1] customer-175, [2] customer-175@example.com, [3] +1-555-1022, [4] 175 Main St, [5] Springfield, [6] IL, [7] 62704, [8] US, [9] America/Chicago, [10] 175fi.vesas.jdbclens.sample.dao.CustomerDao.updateAll:73
4.49 ms10.40 usCLOSE400 nsstack[-1]
Invocation 24 of 25 · 8 events · 80.10 us DB time
4.51 msPREPARE900 nsSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?fi.vesas.jdbclens.capture.CapturingConnection.wrapPrepared:66
4.52 ms12.80 usEXECUTE_QUERY22.20 usSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?[1] 192fi.vesas.jdbclens.sample.dao.CustomerDao.findFullById:41
4.55 ms8.40 usNEXT300 nsSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?stack[-1]
4.56 ms2.00 usCLOSE100 nsSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?stack[-1]
4.56 ms200 nsCLOSE300 nsstack[-1]
4.56 ms800 nsPREPARE800 nsUPDATE customers SET name = ?, email = ?, phone = ?, address_line = ?, city = ?, state = ?, postal_code = ?, country = ?, timezone = ? WHER…fi.vesas.jdbclens.capture.CapturingConnection.wrapPrepared:66
4.57 ms16.40 usEXECUTE_UPDATE55.20 usUPDATE customers SET name = ?, email = ?, phone = ?, address_line = ?, city = ?, state = ?, postal_code = ?, country = ?, timezone = ? WHER…[1] customer-192, [2] customer-192@example.com, [3] +1-555-1023, [4] 192 Main St, [5] Springfield, [6] IL, [7] 62704, [8] US, [9] America/Chicago, [10] 192fi.vesas.jdbclens.sample.dao.CustomerDao.updateAll:73
4.64 ms9.80 usCLOSE300 nsstack[-1]
Invocation 25 of 25 · 8 events · 62.80 us DB time
4.66 msPREPARE900 nsSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?fi.vesas.jdbclens.capture.CapturingConnection.wrapPrepared:66
4.67 ms12.60 usEXECUTE_QUERY17.80 usSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?[1] 9fi.vesas.jdbclens.sample.dao.CustomerDao.findFullById:41
4.70 ms8.30 usNEXT300 nsSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?stack[-1]
4.70 ms2.10 usCLOSE200 nsSELECT id, name, email, phone, address_line, city, state, postal_code, country, timezone FROM customers WHERE id = ?stack[-1]
4.70 ms200 nsCLOSE200 nsstack[-1]
4.70 ms900 nsPREPARE800 nsUPDATE customers SET name = ?, email = ?, phone = ?, address_line = ?, city = ?, state = ?, postal_code = ?, country = ?, timezone = ? WHER…fi.vesas.jdbclens.capture.CapturingConnection.wrapPrepared:66
4.72 ms16.00 usEXECUTE_UPDATE42.20 usUPDATE customers SET name = ?, email = ?, phone = ?, address_line = ?, city = ?, state = ?, postal_code = ?, country = ?, timezone = ? WHER…[1] customer-9, [2] customer-9@example.com, [3] +1-555-1024, [4] 9 Main St, [5] Springfield, [6] IL, [7] 62704, [8] US, [9] America/Chicago, [10] 9fi.vesas.jdbclens.sample.dao.CustomerDao.updateAll:73
4.77 ms9.30 usCLOSE400 nsstack[-1]