We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
needs to be back ported from community:
- [ ] ClickHouse/ClickHouse#61257 (Fix possible incorrect result of aggregate function uniqExact #61257) - [ ] ClickHouse/ClickHouse#61171 (Remove a few templates from Aggregator.cpp #61171) - [ ] ClickHouse/ClickHouse#47399 (Remove distinct on top of MergingAggregatedStep #47399) - [ ] ClickHouse/ClickHouse#44541 (Followup #43761 #44541) - [ ] ClickHouse/ClickHouse#43761 (Refactor FunctionNode #43761)
uniqExact
max_block_size
updateInputStream
ITransformingStep
The text was updated successfully, but these errors were encountered:
add this one. https://github.com/ClickHouse/ClickHouse/pull/37020/files I have seen we remove this useless code. dc89297#diff-d6da13621eeabbd2e70bb09de71117a1168b2879f03a5fa05340989831a970ffL371
Sorry, something went wrong.
yl-lisen
Successfully merging a pull request may close this issue.
needs to be back ported from community:
- [ ] ClickHouse/ClickHouse#61257 (Fix possible incorrect result of aggregate function uniqExact #61257)- [ ] ClickHouse/ClickHouse#61171 (Remove a few templates from Aggregator.cpp #61171)- [ ] ClickHouse/ClickHouse#47399 (Remove distinct on top of MergingAggregatedStep #47399)- [ ] ClickHouse/ClickHouse#44541 (Followup #43761 #44541)- [ ] ClickHouse/ClickHouse#43761 (Refactor FunctionNode #43761)- [ ] JIT infrastructure refactoring ClickHouse/ClickHouse#50531 (JIT infrastructure refactoring #50531)- [ ] Better handling of NULL in aggregate combinators, fix possible segfault/logical error ClickHouse/ClickHouse#43813 (Better handling of NULL in aggregate combinators, fix possible segfault/logical error #43813)- [ ] JIT compilation float to bool conversion fix ClickHouse/ClickHouse#45067 (JIT compilation float to bool conversion fix #45067)uniqExact
state parallel merging for distributed queries ClickHouse/ClickHouse#59009 (uniqExact state parallel merging for distributed queries #59009)- [ ] Better optimization of consecutive keys in aggregation ClickHouse/ClickHouse#57872 (Better optimization of consecutive keys in aggregation #57872)- [ ] Avoid excessive allocation in Arena ClickHouse/ClickHouse#57074 (Avoid excessive allocation in Arena #57074)- [ ] Optimize group by constant keys ClickHouse/ClickHouse#53549 (Optimize group by constant keys #53549)- [ ] Add settings for real-time updates during query execution ClickHouse/ClickHouse#48607 (Add settings for real-time updates during query execution #48607)max_block_size
is huge in Aggregator + more memory checks ClickHouse/ClickHouse#51566 (Fix memory consumption when max_block_size is huge in Aggregator + more memory checks #51566)- [ ] Preserve filling step plan position on sorting optimization ClickHouse/ClickHouse#37959 (Preserve filling step plan position on sorting optimization #37959)- [ ] Pushdown filter to the right side of sorting join ClickHouse/ClickHouse#39123 (Pushdown filter to the right side of sorting join #39123)- [ ] MoveupdateInputStream
toITransformingStep
ClickHouse/ClickHouse#37393 (Move updateInputStream to ITransformingStep #37393)- [ ] Optimized processing of ORDER BY in window functions ClickHouse/ClickHouse#34632 (Optimized processing of ORDER BY in window functions #34632)- [ ] Functions calculation after sorting ClickHouse/ClickHouse#35623 (Functions calculation after sorting #35623)- [ ] Added JIT compilation of SortDescription ClickHouse/ClickHouse#34469 (Added JIT compilation of SortDescription #34469)The text was updated successfully, but these errors were encountered: