query-plan-1142
Change label- Query Plan as raw text
-
- Summary
-
Seq Scan on performance_log (cost=0.00..321024.26 rows=644 width=125) Filter: (when_recorded > '2008-10-21 07:52:15.101971'::timestamp without time zone)
Seq Scan on performance_log (cost=0.00..321024.26 rows=644 width=125)
Filter: (when_recorded > '2008-10-21 07:52:15.101971'::timestamp without time zone)
[EXPLAIN ANALYZE].EXPLAINand interpreting its output, see the Postgres documentation, in particular theEXPLAINandANALYZEreferences pages, and Using Explain.