We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c79d28c commit 1f0a639Copy full SHA for 1f0a639
rust/cubestore/cubestore/src/queryplanner/mod.rs
@@ -300,7 +300,7 @@ impl QueryPlannerImpl {
300
state_builder
301
}
302
303
- const EXECUTION_BATCH_SIZE: usize = 4096;
+ const EXECUTION_BATCH_SIZE: usize = 1024;
304
305
pub fn make_execution_context(mut config: SessionConfig) -> SessionContext {
306
// The config parameter is from metadata_cache_factory (which we need to rename) but doesn't
0 commit comments