explain.depesz.com

PostgreSQL's explain analyze made readable

Result: 5xxq

Settings
# exclusive inclusive rows x rows loops node
1. 0.039 263.273 ↑ 1.0 20 1

Limit (cost=0.45..134.45 rows=20 width=147) (actual time=7.049..263.273 rows=20 loops=1)

  • Buffers: shared hit=166,239
2. 263.234 263.234 ↑ 157.5 20
- 292,034
1

Index Scan Backward using transactions_pkey on transactions t0 (cost=0.45..21,105.82 rows=3,150 width=147) (actual time=7.014..263.234 rows=20 loops=1)

  • Filter: (("references"[2] = '(USER,53)'::transaction_reference) AND (site_id = ANY ('{1,2,3,4,5,6,7,8,9,10,12}'::integer[])))
  • Rows Removed by Filter: 292,034
  • Buffers: shared hit=166,239
Planning time : 0.143 ms
Execution time : 263.295 ms