Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.6.0
-
None
Description
The memory manager currently has no limit to how small it will make row groups. This is problematic because jobs that have a large number of writers can result in tiny row groups that hurt performance.
The following patch will allow a configurable minimum size before killing the job. Default is currently no limit.
Attachments
Issue Links
- is related to
-
HIVE-7685 Parquet memory manager
- Resolved