Queries against tables
with a lot of partitions (> 1000) start to incur an increasing
planning time duration even with the current version, V11. V12
purportedly has fixed this problem, allowing thousands of partitioned
tables without a heavy planning cost. Can't seem to find the threads on
this topic, but there are out there. I personally noted a gigantic
increase in planning time once I got past 1500 partitioned tables in
V11. On another note, hopefully they have fixed runtime partition pruning in V12 since V11 introduced it but some query plans don't use it, so you have to reconstruct some queries to sub queries to make it work correctly. Regards, Michael Vitale Michael Lewis wrote on 8/12/2019 3:05 PM:
|