query-plan-1191
Change label- Query Plan as raw text
-
- Summary
-
Time Node Node (ms) Percent 0.781 100.00% ¶ Index Scan using events_pkey on events (cost=0.0..48.64 rows=22 width=4) (actual time=0.020..0.781 rows=540 loops=1) Index Cond: (event_id >= 17510250) Filter: ("type" = 500000) - Run-time
- 0.001114 seconds (1.114 ms)

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