Details
-
Sub-task
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
Impala 2.8.0
Description
- COMPUTE STATS on Parquet tables should be run with MT_DOP=4 by default.
- COMPUTE STATS on non-Parquet tables will run without MT_DOP.
- Users can always override the behavior by setting MT_DOP manually. Setting MT_DOP to 0 means a statement will be run in the conventional execution mode (without intra-node paralellism based on multiple fragment instances)