rluvaton commented on code in PR #19520:
URL: https://github.com/apache/datafusion/pull/19520#discussion_r2649656570
##########
datafusion/common/src/config.rs:
##########
@@ -649,6 +649,10 @@ config_namespace! {
/// # Default
/// `false` — ANSI SQL mode is disabled by default.
pub enable_ansi_mode: bool, default = false
+
+ pub agg_prefetch_elements: usize, default = 1
+ pub agg_prefetch_locality: usize, default = 3
+ pub agg_prefetch_read: bool, default = false
Review Comment:
Added config to allow for easy tinkering while prototyping
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]