Skip to content

Commit

Permalink
chore(query): Lz4 degrade (#17044)
Browse files Browse the repository at this point in the history
* chore: min_skip_partial_aggregation_capacity

* update

* update

* chore(query): degrade lz4 in 636-rc
  • Loading branch information
sundy-li authored and dantengsky committed Dec 14, 2024
1 parent 62abe30 commit 4c1b1ca
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions src/query/service/src/pipelines/builders/builder_aggregate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,12 @@ impl PipelineBuilder {
.cluster_with_partial(true, self.ctx.get_cluster().nodes.len())
};

log::info!(
"[build_aggregate_partial] partial_agg_config: {:?}, {}",
partial_agg_config,
self.is_exchange_neighbor
);

self.main_pipeline.add_transform(|input, output| {
Ok(ProcessorPtr::create(
match params.aggregate_functions.is_empty() {
Expand Down

0 comments on commit 4c1b1ca

Please sign in to comment.