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 f55bfd3 commit f6366f0Copy full SHA for f6366f0
datafusion/common/src/config.rs
@@ -739,9 +739,7 @@ config_namespace! {
739
/// promoted. A value of 0.0 means all filters will be promoted.
740
/// Because there can be a high I/O cost to pushing down ineffective filters,
741
/// recommended values are in the range [0.8, 0.95], depending on random I/0 costs.
742
- ///
743
- /// (disable for now to debug tpch performance, 1.0 means no adaptive pushdown)
744
- pub filter_effectiveness_threshold: f64, default = 1.0
+ pub filter_effectiveness_threshold: f64, default = 0.95
745
746
// The following options affect writing to parquet files
747
// and map to parquet::file::properties::WriterProperties
0 commit comments