rajeshbabu created PHOENIX-994: ---------------------------------- Summary: Handle scans on local index table in case any best fit covering local index available Key: PHOENIX-994 URL: https://issues.apache.org/jira/browse/PHOENIX-994 Project: Phoenix Issue Type: Sub-task Reporter: rajeshbabu Assignee: rajeshbabu
If query conditions and columns to project are available in local index then we can directly scan local index table to get required information. This issue helps to scan local index table in case any covering local index available. If local and global index has same columns and same order then we can prefer scanning global index table. -- This message was sent by Atlassian JIRA (v6.2#6252)