Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
When a query involves more columns to project than columns in index and query condition involves leading columns in local index then first we can get matching rowkeys from local index table and then get the required columns from data table. In local index both data region and index region co-reside in the same RS, we can call get on data region to get the missing columns in the index, without any n/w overhead. So it's efficient.
Attachments
Attachments
Issue Links
- is cloned by
-
PHOENIX-1038 Dynamically add INDEX_TYPE column to SYSTEM.CATALOG if not already there
- Closed