mirror of
https://github.com/apache/impala.git
synced 2025-12-30 12:02:10 -05:00
Description: Adding new queries to the targeted-perf workload that is used by Impala performance tests run via $IMPALA_HOME/bin/run-workload.py Testing: Ran the performance tests for the targeted-perf workload and all the tests passed Change-Id: I5c415924d0bb6da1b1f5df6cb16b95a1d2eaa3ab Reviewed-on: http://gerrit.cloudera.org:8080/9979 Tested-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com> Reviewed-by: David Knupp <dknupp@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