Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.