Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
For transactional tables, that property might be overriden to 1, which can lead to merging final aggregation into a single stage (hence leading to performance degradation). For instance, when autogather column stats is enabled, this can happen for the following query:
set hive.support.concurrency=true; set hive.txn.manager=org.apache.hadoop.hive.ql.lockmgr.DbTxnManager; EXPLAIN CREATE TABLE x STORED AS ORC TBLPROPERTIES('transactional'='true') AS SELECT * FROM SRC x CLUSTER BY x.key;
Attachments
Attachments
Issue Links
- fixes
-
HIVE-22549 RS deduplication should not merge final aggregation without keys
- Resolved
- incorporates
-
HIVE-23889 Empty bucket files are inserted with invalid schema after HIVE-21784
- Resolved
- is related to
-
HIVE-25611 OOM when running MERGE query on wide transactional table with many buckets
- Open
- relates to
-
HIVE-25071 Number of reducers limited to fixed 1 when updating/deleting
- Resolved
- links to