PostgreSQL - Table Partitioning
You have a large
logs table with millions of rows. You want to improve query speed for recent logs and easily drop old logs. Which partitioning strategy is best?