explain.depesz.com

PostgreSQL's explain analyze made readable

Result: JLZy

Settings
# exclusive inclusive rows x rows loops read node
1. 0.003 0.151 ↑ 1.0 20 1 0

Limit (cost=0.45..125.48 rows=20 width=147) (actual time=0.127..0.151 rows=20 loops=1)

  • Buffers: shared hit=41 read=2
2. 0.148 0.148 ↑ 168.8 20
- 92
1 16 KB

Index Scan using transactions_pkey on transactions t0 (cost=0.45..21,105.88 rows=3,376 width=147) (actual time=0.126..0.148 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: 92
  • Buffers: shared hit=41 read=2
Planning time : 0.134 ms
Execution time : 0.167 ms