collin-test
Change label- Query Plan as raw text
-
- Summary
-
Index Scan using events_pkey on events (cost=0.00..48.64 rows=22 width=4) Index Cond: (event_id >= 17510250) Filter: ("type" = 500000)
Index Scan using events_pkey on events (cost=0.00..48.64 rows=22 width=4)
Index Cond: (event_id >= 17510250)
Filter: ("type" = 500000)
[EXPLAIN ANALYZE].EXPLAINand interpreting its output, see the Postgres documentation, in particular theEXPLAINandANALYZEreferences pages, and Using Explain.