Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
4.1.0
-
None
-
None
-
jdk1.6 linux
Description
According to the official doc: "Local indexes can be used even when the query isn't fully covered i.e. Phoenix automatically retrieve the columns not in the index through point gets against the data table."
But the index did not be used when i executed query statement like "select * from dataTable where c1 like 'abc%'".
Certainly 'c1' is indexed in local index.