We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 482e72c commit 96dd0dfCopy full SHA for 96dd0df
1 file changed
datafusion/common/src/config.rs
@@ -574,7 +574,7 @@ config_namespace! {
574
/// multi-column sorts but has higher overhead for small batches.
575
/// Set to false to isolate the performance impact of the
576
/// coalesce-then-sort pipeline from radix sort itself.
577
- pub sort_use_radix: bool, default = false
+ pub sort_use_radix: bool, default = true
578
579
/// Maximum buffer capacity (in bytes) per partition for BufferExec
580
/// inserted during sort pushdown optimization.
0 commit comments