explain.depesz.com

PostgreSQL's explain analyze made readable

Result: nDdU

Settings
# exclusive inclusive rows x rows loops node
1. 0.005 245.775 ↑ 1.0 20 1

Limit (cost=0.45..136.18 rows=20 width=147) (actual time=5.627..245.775 rows=20 loops=1)

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

Index Scan Backward using transactions_pkey on transactions t0 (cost=0.45..21,105.89 rows=3,110 width=147) (actual time=5.625..245.770 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.127 ms
Execution time : 245.797 ms