mirror of
https://github.com/apache/impala.git
synced 2026-01-06 06:01:03 -05:00
This commit contains the final set of changes for improving the performance of partition pruning. For each HdfsTable, we materialize a set of partition value metadata that allows the efficient evaluation of simple predicates on partition attributes without invoking the BE. These changes result in three orders of magnitude performance improvement during partition pruning. Change-Id: I5b405f0f45a470f2ba7b2191e0d46632c354d5ae Reviewed-on: http://gerrit.ent.cloudera.com:8080/2700 Reviewed-by: Dimitris Tsirogiannis <dtsirogiannis@cloudera.com> Tested-by: jenkins Reviewed-on: http://gerrit.ent.cloudera.com:8080/2823
This directory contains Impala test workloads. The directory layout for the workloads should follow: workloads/ <data set name>/<data set name>_dimensions.csv <- The test dimension file <data set name>/<data set name>_core.csv <- A test vector file <data set name>/<data set name>_pairwise.csv <data set name>/<data set name>_exhaustive.csv <data set name>/queries/<query test>.test <- The queries for this workload