-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
smarter nested column index utilization #13977
Merged
clintropolis
merged 14 commits into
apache:master
from
clintropolis:smarter-nested-column-indexes
Apr 6, 2023
Merged
smarter nested column index utilization #13977
clintropolis
merged 14 commits into
apache:master
from
clintropolis:smarter-nested-column-indexes
Apr 6, 2023
Commits on Mar 25, 2023
-
smarter nested column index utilization
changes: * adds skipValueRangeIndexScale and skipValuePredicateIndexScale to ColumnConfig (e.g. DruidProcessingConfig) available as system config via druid.processing.indexes.skipValueRangeIndexScale and druid.processing.indexes.skipValuePredicateIndexScale * NestedColumnIndexSupplier uses skipValueRangeIndexScale and skipValuePredicateIndexScale to multiply by the total number of rows to be processed to determine the threshold at which we should no longer consider using bitmap indexes because it will be too many operations * Default values for skipValueRangeIndexScale and skipValuePredicateIndexScale have been initially set to 0.08, but are separate to allow independent tuning * these are not documented on purpose yet because they are kind of hard to explain, the mainly exist to help conduct larger scale experiments than the jmh benchmarks used to derive the initial set of values * these changes provide a pretty sweet performance boost for filter processing on nested columns
Configuration menu - View commit details
-
Copy full SHA for d9cfb7c - Browse repository at this point
Copy the full SHA d9cfb7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b51445a - Browse repository at this point
Copy the full SHA b51445aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 59980cb - Browse repository at this point
Copy the full SHA 59980cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4402479 - Browse repository at this point
Copy the full SHA 4402479View commit details
Commits on Apr 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4627125 - Browse repository at this point
Copy the full SHA 4627125View commit details -
Configuration menu - View commit details
-
Copy full SHA for 862a5dd - Browse repository at this point
Copy the full SHA 862a5ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for df0ec73 - Browse repository at this point
Copy the full SHA df0ec73View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3bd7d2d - Browse repository at this point
Copy the full SHA 3bd7d2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 131b5a1 - Browse repository at this point
Copy the full SHA 131b5a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b3170e - Browse repository at this point
Copy the full SHA 9b3170eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ed3fc6c - Browse repository at this point
Copy the full SHA ed3fc6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 413e5dd - Browse repository at this point
Copy the full SHA 413e5ddView commit details
Commits on Apr 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0d36125 - Browse repository at this point
Copy the full SHA 0d36125View commit details -
Merge remote-tracking branch 'origin/smarter-nested-column-indexes' i…
…nto smarter-nested-column-indexes
Configuration menu - View commit details
-
Copy full SHA for afa6a05 - Browse repository at this point
Copy the full SHA afa6a05View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.