query-plan-1209
Change label- Query Plan as raw text
-
- Summary
-
Time Node Node (ms) Percent 1853.400 100.00% ¶ Seq Scan on page_display_log (cost=0.0..43708.23 rows=2518423 width=32) (actual time=1832.575..1853.400 rows=36 loops=1) - Run-time
- 1.853512 seconds (1853.512 ms)

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