Skip to content
The planner · plan reading

Somebody's report got slow

This ran in a nightly report that used to finish in seconds. Nobody has changed the query. Read the plan and say which node is costing you, and what you would do about it.

The plan

plan

nodeestactualloopspagesshare
SortSort Key: idSort Method: quicksort Memory: 2kB402010
Seq Scan on eventsFilter: (lower(email) = '[email protected]')Rows Removed by Filter: 7,9804020191

Which node is costing you?

And what would you do about it?