PostgreSQL - Performance Tuning
Consider a table
orders with an index on status. If a query filters on multiple statuses and the EXPLAIN plan shows a Bitmap Index Scan, what does this imply about the query's filtering?