We are stabilizing Hive 4.0.0 on MR3. Here is a summary of preliminary experiments.
1. Loading 1TB TPC-DS ORC Hive tables (with 'transactional'=true), computing column statistics: success
2. Loading 1TB TPC-DS ORC Iceberg tables: success
Column statistics is automatically computed along with loading Iceberg tables.
3. Running 99 TPC-DS queries on cluster Blue
On Hive tables: total 1559 seconds, geo-mean 9.68 seconds
On Iceberg tables: total 1510 seconds, geo-mean 8.99 seconds
4. Running 99 TPC-DS queries on cluster Indigo
On Hive tables: total 2119 seconds, geo-mean 12.88 seconds
On Iceberg tables: total 1971 seconds, geo-mean 11.15 seconds
--- Sungwoo