PostgreSQL - Indexing Strategies
You have a huge table
sensor_data with a timestamp column mostly in ascending order. You want to speed up queries filtering by timestamp ranges but keep index size minimal. Which approach is best?