# 8813421760540345742
🔍 Visual PlanAll Columns
count
48210
average
412.18
total
19871197.80
rows_returned
4200
min_ms
123.65
max_ms
2514.30
stddev_ms
329.74
cache_hit_pct
61.20
blocks_read
1900000
temp_blocks_written
0
role_name
app_rw
Query with Placeholders
SELECT * FROM orders WHERE customer_id = $1 AND status = $2 ORDER BY created_at DESC
Placeholder Values (0)
| # | Value |
|---|---|
| No placeholders | |
Full Resolved Query✎ editable
Query Execution Result(EXPLAIN ANALYZE JSON — from --run_queries)
🔧 Engineer Workstation
Status
① Fetched — Notes
Remarks / Observations
Suggestions / Actions Taken
Observed Exec Time
before analysis (ms)
before analysis (ms)
Actual execution time you observed when running the query in the terminal before any tuning.
# -3391204818210037571
🔍 Visual PlanAll Columns
count
9800
average
1340.52
total
13137096.00
rows_returned
50
min_ms
402.16
max_ms
8177.17
stddev_ms
1072.42
cache_hit_pct
38.40
blocks_read
5100000
temp_blocks_written
4200
role_name
app_rw
Query with Placeholders
SELECT o.id, o.total_cents, c.email FROM orders o JOIN customers c ON c.id = o.customer_id WHERE o.created_at > $1 ORDER BY o.created_at OFFSET $2 LIMIT 50
Placeholder Values (0)
| # | Value |
|---|---|
| No placeholders | |
Full Resolved Query✎ editable
Query Execution Result(EXPLAIN ANALYZE JSON — from --run_queries)
🔧 Engineer Workstation
Status
① Fetched — Notes
Remarks / Observations
Suggestions / Actions Taken
Observed Exec Time
before analysis (ms)
before analysis (ms)
Actual execution time you observed when running the query in the terminal before any tuning.
# 6120389113987650181
🔍 Visual PlanAll Columns
count
3120
average
890.07
total
2777018.40
rows_returned
24
min_ms
267.02
max_ms
5429.43
stddev_ms
712.06
cache_hit_pct
44.90
blocks_read
1400000
temp_blocks_written
0
role_name
app_ro
Query with Placeholders
SELECT p.id, p.name, p.price_cents FROM products p WHERE lower(p.name) LIKE $1
Placeholder Values (0)
| # | Value |
|---|---|
| No placeholders | |
Full Resolved Query✎ editable
Query Execution Result(EXPLAIN ANALYZE JSON — from --run_queries)
🔧 Engineer Workstation
Status
① Fetched — Notes
Remarks / Observations
Suggestions / Actions Taken
Observed Exec Time
before analysis (ms)
before analysis (ms)
Actual execution time you observed when running the query in the terminal before any tuning.
# 2244509867001129804
🔍 Visual PlanAll Columns
count
5400
average
640.33
total
3457782.00
rows_returned
180
min_ms
192.10
max_ms
3906.01
stddev_ms
512.26
cache_hit_pct
72.50
blocks_read
880000
temp_blocks_written
0
role_name
billing
Query with Placeholders
SELECT * FROM invoices WHERE customer_id IN ($1, $2, $3, $4, $5, $6, $7, $8) AND paid = false
Placeholder Values (0)
| # | Value |
|---|---|
| No placeholders | |
Full Resolved Query✎ editable
Query Execution Result(EXPLAIN ANALYZE JSON — from --run_queries)
🔧 Engineer Workstation
Status
① Fetched — Notes
Remarks / Observations
Suggestions / Actions Taken
Observed Exec Time
before analysis (ms)
before analysis (ms)
Actual execution time you observed when running the query in the terminal before any tuning.
# -9016553362119045720
🔍 Visual PlanAll Columns
count
120000
average
220.41
total
26449200.00
rows_returned
1
min_ms
66.12
max_ms
1344.50
stddev_ms
176.33
cache_hit_pct
91.30
blocks_read
310000
temp_blocks_written
0
role_name
app_ro
Query with Placeholders
SELECT count(*) FROM events WHERE account_id = $1 AND occurred_at BETWEEN $2 AND $3
Placeholder Values (0)
| # | Value |
|---|---|
| No placeholders | |
Full Resolved Query✎ editable
Query Execution Result(EXPLAIN ANALYZE JSON — from --run_queries)
🔧 Engineer Workstation
Status
① Fetched — Notes
Remarks / Observations
Suggestions / Actions Taken
Observed Exec Time
before analysis (ms)
before analysis (ms)
Actual execution time you observed when running the query in the terminal before any tuning.
# 4498120936541100337
🔍 Visual PlanAll Columns
count
250000
average
95.80
total
23950000.00
rows_returned
1
min_ms
28.74
max_ms
584.38
stddev_ms
76.64
cache_hit_pct
88.00
blocks_read
210000
temp_blocks_written
0
role_name
app_rw
Query with Placeholders
UPDATE carts SET updated_at = now() WHERE session_id = $1
Placeholder Values (0)
| # | Value |
|---|---|
| No placeholders | |
Full Resolved Query✎ editable
Query Execution Result(EXPLAIN ANALYZE JSON — from --run_queries)
🔧 Engineer Workstation
Status
① Fetched — Notes
Remarks / Observations
Suggestions / Actions Taken
Observed Exec Time
before analysis (ms)
before analysis (ms)
Actual execution time you observed when running the query in the terminal before any tuning.