Allow use_partition_pruning setting to also disable MinMax index on partition key columns#100904
Conversation
|
Workflow [PR], commit [77eb3da] Summary: ❌
AI ReviewSummaryThis PR makes Findings
Tests
ClickHouse Rules
Final Verdict
|
LLVM Coverage Report
Changed lines: 100.00% (31/31) · Uncovered code |
bfc23b0
This will be useful to also detect bugs due to partition's minmax index condition such as:
We can now see that it was because of partition's minmax index condition:
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes into CHANGELOG.md):
use_partition_pruning = 0now also disablesMinMaxindex pruning and count optimization on partition key columns, in addition to disabling pruning based on partition keys.Documentation entry for user-facing changes