Hi,
Are there any end-to-end Hive benchmark queries & data, which can cover
most optimization rules (mapper-side join, partition pruning,
column/predicate pruning, repartitions for skewness, partial aggregation,
join reordering for multi-way join, and multi-table insert) in Hive? I
checked https://issues.apache.org/jira/browse/HIVE-396 and
https://issues.apache.org/jira/browse/HIVE-600 . It seems they don't cover
all the rules, such as map-side join, repartition for skewness, join
reordering for multi-way joins and multi-table insert.
Thanks a lot!
Yingyi