Performance is not increased even increased the work_mem size
问题 I return a query which is taking Avg of 170 seconds to execute. I went through the PSQL documentation, they mentioned that if we increase work_mem the performance will increase. I increased the work_mem to 1000 MB even the performance is not improved. Note: I indexed all the field which are the part of the query. Below I am pasting the records present in the DB, query execution plan, query, result. The number of records present in the DB: event_logs=> select count(*) from events; count ------