Rick Otten <rottenwindfish@xxxxxxxxx> writes: > I'm wrestling with a very similar problem too - except instead of official > partitions I have a views on top of a bunch (50+) of unioned materialized > views, each "partition" with 10M - 100M rows. On 9.6.6 the queries would > use the indexes on each materialized view. On 10.1, every materialized > view is sequence scanned. Can you post a self-contained example of this behavior? My gut reaction is that the changes for the partitioning feature broke some optimization that used to work ... but it could easily be something else, too. Hard to say with nothing concrete to look at. > I'm mostly hoping with fingers crossed that something in 10.2, which is > coming out next week, fixes it. If you'd reported this in suitable detail awhile ago, we might have been able to fix it for 10.2. At this point, with barely 30 hours remaining before the planned release wrap, it's unlikely that anything but the most trivial fixes could get done in time. regards, tom lane