9,303 Calls
- select avg(a.orders) items_per_customer FROM (SELECT customer_id, count(*) orders from orders GROUP BY customer_id ) a 299,727ms
- select avg(a.orders) items_per_customer FROM (SELECT customer_id, count(*) orders from orders GROUP BY customer_id ) a 298,735ms
- select avg(a.orders) items_per_customer FROM (SELECT customer_id, count(*) orders from orders GROUP BY customer_id ) a 298,288ms
- select avg(a.orders) items_per_customer FROM (SELECT customer_id, count(*) orders from orders GROUP BY customer_id ) a 297,944ms
- select avg(a.orders) items_per_customer FROM (SELECT customer_id, count(*) orders from orders GROUP BY customer_id ) a 295,694ms
- select avg(a.orders) items_per_customer FROM (SELECT customer_id, count(*) orders from orders GROUP BY customer_id ) a 292,158ms
- select avg(a.orders) items_per_customer FROM (SELECT customer_id, count(*) orders from orders GROUP BY customer_id ) a 292,082ms
- select avg(a.orders) items_per_customer FROM (SELECT customer_id, count(*) orders from orders GROUP BY customer_id ) a 288,202ms
- select avg(a.orders) items_per_customer FROM (SELECT customer_id, count(*) orders from orders GROUP BY customer_id ) a 286,348ms
- select avg(a.orders) items_per_customer FROM (SELECT customer_id, count(*) orders from orders GROUP BY customer_id ) a 286,058ms
- select avg(a.orders) items_per_customer FROM (SELECT customer_id, count(*) orders from orders GROUP BY customer_id ) a 284,691ms
- select avg(a.orders) items_per_customer FROM (SELECT customer_id, count(*) orders from orders GROUP BY customer_id ) a 283,212ms
- select avg(a.orders) items_per_customer FROM (SELECT customer_id, count(*) orders from orders GROUP BY customer_id ) a 282,401ms
- select avg(a.orders) items_per_customer FROM (SELECT customer_id, count(*) orders from orders GROUP BY customer_id ) a 281,616ms
- select avg(a.orders) items_per_customer FROM (SELECT customer_id, count(*) orders from orders GROUP BY customer_id ) a 277,475ms
- select avg(a.orders) items_per_customer FROM (SELECT customer_id, count(*) orders from orders GROUP BY customer_id ) a 276,876ms
- select avg(a.orders) items_per_customer FROM (SELECT customer_id, count(*) orders from orders GROUP BY customer_id ) a 275,441ms
- select avg(a.orders) items_per_customer FROM (SELECT customer_id, count(*) orders from orders GROUP BY customer_id ) a 273,069ms
- select avg(a.orders) items_per_customer FROM (SELECT customer_id, count(*) orders from orders GROUP BY customer_id ) a 271,509ms
- select avg(a.orders) items_per_customer FROM (SELECT customer_id, count(*) orders from orders GROUP BY customer_id ) a 269,902ms
Sub Calls
7Erroneous Calls
0Error Logs
0Warn Logs
0Duration
5.00minTimeline
Started: 2024-03-21, 14:15:01
5.00min
GET /bikestore/runSQL.jsp
CONNECT
select avg(a.orders) items_per_customer FROM (SELECT customer_id, count(*) orders from orders GROUP BY customer_id ) a
select distinct order_status from orders
select c.customer_id, c.first_name, c.last_name, o.order_status from customers c, orders o where c.customer_id = o.customer_id and o.order_status = 1
select count(*) from order_items
select avg(a.items) items_per_order FROM (SELECT order_id, count(*) items from order_items group by order_id) a
Calls
Started: 2024-03-21, 14:15:01
Root call latency 5.00min
5.00min
GET /bikestore/runSQL.jspHTTP
300,001ms
select count(*) from order_itemsDATABASE
45ms
select avg(a.items) items_per_order FROM (SELECT order_id, count(*) items from order_items group by order_id) aDATABASE
5ms
Service Endpoint List