Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
If the underlying data source supports indexes (primary and secondary indexes), Drill should leverage those during planning and execution in order to improve query performance.
On the planning side, Drill planner should be enhanced to provide an abstraction layer which express the index metadata and statistics. Further, a cost-based index selection is needed to decide which index(es) are suitable.
On the execution side, appropriate operator enhancements would be needed to handle different categories of indexes such as covering, non-covering indexes, taking into consideration the index data may not be co-located with the primary table, i.e a global index.
Attachments
Attachments
Issue Links
- causes
-
DRILL-6822 Fix imports for DRILL-6381
- Resolved
- relates to
-
DRILL-3929 Support the ability to query database tables using external indices
- Resolved
- links to