Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't build partition info for local hypertables
So far, we have created fake partitioning info for hypertables if the PostgreSQL setting 'enable_partitionwise_aggregate' is set. This causes PostgreSQL to push down partial aggregations to the chunk level. However, the PostgreSQL code has some drawbacks because the query is replanned and optimizations like ChunkAppend are lost. Since timescale#5596 we have implemented our own code to push down partial aggregations. Therefore, we can ignore the PostgreSQL setting from now on.
- Loading branch information