Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
1.17.0
-
None
Description
In the scope of DRILL-7273 was introduced ANALYZE command for collecting metadata and storing it to the metastore.
But current implementation uses too much memory and is low-performant. It uses stream aggregate for collecting metadata, but all incoming data should be sorted before producing the aggregation. Memory usage may be reduced by using hash aggregate, so sort may not be produced and it should increase performance.
Attachments
Issue Links
- is related to
-
DRILL-7433 Allow parallel computation of metadata aggregating
- Open
- links to