query-plan-1192
Change label- Query Plan as raw text
-
- Summary
-
Time Node Node (ms) Percent 0.759 100.00% ¶ Index Scan using events_pkey on events (cost=0.0..236.39 rows=104 width=4) (actual time=0.014..0.759 rows=540 loops=1) Index Cond: (event_id >= 17510250) Filter: ("type" = 500000)

ANALYZEto update the server's statistics.EXPLAINand interpreting its output, see the Postgres documentation, in particular theEXPLAINandANALYZEreferences pages, and Using Explain.