Jan Nidzwetzki 28b801869a 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 #5596 we
have implemented our own code to push down partial aggregations.
Therefore, we can ignore the PostgreSQL setting from now on.
2023-09-15 08:42:52 +02:00
..
2022-08-23 19:40:51 +03:00
2023-07-25 16:00:18 +05:30
2020-09-28 12:15:42 +02:00
2023-03-07 20:45:12 +05:30
2021-06-01 20:21:06 +02:00
2021-10-03 15:20:05 +02:00
2022-08-31 14:14:34 +03:00
2023-07-25 16:00:18 +05:30
2023-05-27 10:29:11 +05:30
2021-06-01 20:21:06 +02:00
2021-06-01 20:21:06 +02:00
2023-05-27 10:29:11 +05:30