mirror of
https://github.com/apache/impala.git
synced 2026-01-07 00:02:28 -05:00
Update PA/PHJ to use small (< io sized buffers) initially. Without this we would not be able to run at the QPS that we need just due to the buffering requirements of these operators. Change-Id: Ic8a777d147893567c9590fbab17f561eadb6ee19 Reviewed-on: http://gerrit.sjc.cloudera.com:8080/4623 Tested-by: jenkins Reviewed-by: Nong Li <nong@cloudera.com>
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