explain.depesz.com

PostgreSQL's explain analyze made readable

Result: kXd3

Settings
# exclusive inclusive rows x rows loops node
1. 0.003 0.124 ↑ 1.0 20 1

Limit (cost=0.45..132.44 rows=20 width=147) (actual time=0.100..0.124 rows=20 loops=1)

2. 0.121 0.121 ↑ 159.9 20
- 92
1

Index Scan using transactions_pkey on transactions t0 (cost=0.45..21,105.91 rows=3,198 width=147) (actual time=0.099..0.121 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
Planning time : 0.147 ms
Execution time : 0.141 ms