Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.16.0
-
None
-
None
Description
The current implementation of statistics supposes the usage of files for storing and reading statistics.
The aim of this Jira is to adapt statistics to use Drill Metastore API so in future it may be stored in other metastore implementations.
Implementation details:
- Move statistics info into TableMetadata
- Provide a way for obtaining TableMetadata in the places where statistics may be used (partially implemented in the scope of
DRILL-7089) - Investigate and implement (if possible) lazy materialization of DrillStatsTable.