forked from trinodb/trino
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve performance of parquet dictionary to domain conversion
Improved logic for constructing domain from dictionary values in TupleDomainParquetPredicate by providing builder in SortedRangeSet which caches comparisonOperator and re-uses it for Range construction Benchmark Mode Cnt Score Before Score After Units BenchmarkTupleDomainParquetPredicate.domainFromDictionary avgt 10 354.194 ± 29.631 246.769 ± 12.390 ms/op
- Loading branch information
1 parent
0ef819d
commit 56936ba
Showing
2 changed files
with
63 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters