PostgreSQL - Indexing Strategies
You have a large table
logs with a timestamp column event_time. You want to speed up queries filtering recent events. Which indexing strategy is best?