Covering index to improve performance of a SELECT query? – Postgresql
I have following Postgres query that runs over a large table and whenever it does, I observe a high CPU load that reaches 100% : SELECT id, user_id, type FROM table ss WHERE end_timestamp > CURRENT_TIMESTAMP AND (notification_channel1 = true…