Postgresql – Postgres index not used for today's data
I have a Postgres table with 350M records. I have 3x indexes on it: historical_offers(recovery_date, uprn) historical_offers(recovery_date, account_id) historical_offers(recovery_date, individual_id) If I run a query for a date older than 24hrs it's fast. But if I run it for today…