Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The existing regression tests (HIVE-12586) based on TPC-DS have certain shortcomings:
The table statistics do not reflect cardinalities from a specific TPC-DS scale factor (SF). Some tables are from a 30TB dataset, others from 200GB dataset, and others from a 3GB dataset. This mix leads to plans that may never appear when using an actual TPC-DS dataset.
The existing statistics do not contain information about partitions something that can have a big impact on the resulting plans.
The existing regression tests rely on more or less on the default configuration (hive-site.xml). In real-life scenarios though some of the configurations differ and may impact the choices of the optimizer.
This issue aims to address the above shortcomings by using a curated TPCDS30TB metastore dump along with some custom hive configurations.
Attachments
Attachments
Issue Links
- fixes
-
HIVE-12587 Support to add partitioned data set to TestPerfCliDriver
- Closed
- is related to
-
HIVE-27216 Upgrade postgresql to 42.5.1 from 9.x
- Resolved
-
HIVE-26830 Update TPCDS30TB metastore dump with histograms
- Open
-
HIVE-24439 HS2 memory leak when commitTxn fails and queries involve partitioned tables
- Open
-
HIVE-24480 Remove metastore upgrade script from 3.1.3000 to 4.0.0
- Open
- relates to
-
HIVE-27382 RDMBS docker images: use official images or contribute Dockerfile to hive repo
- Open
-
HIVE-12586 Support for Performance regression test suite
- Open
- links to