I have created a partition for Table A in PostgreSQL and created indexes on couple of columns. The partition is a day wise partition on a date column but the index is on another key column. On running the query, PostgreSQL is doing a full table scan instead of using the day wise partition. Could you kindly let me know how to avoid full table scans in PostgreSQL. Note that the same query in Oracle is using the correct partition.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.