Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Currently covered index queries or queries like count() with no where condition choose index table to scan directly.In that case while scanning local index or index on view getting other indexes data also. Which will give inconsistent results when a table(view) has multiple local(view) indexes. We should restrict to scan only the index data.
Attachments
Attachments
Issue Links
- is related to
-
PHOENIX-933 Enhance Local index support
- Resolved