Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
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.