-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
To improve index scan logic since string range scan disabled. (#2277)
* disable string type range scan for index * add some comments and examples * To improve the range scan structure * improve the index optimize logic in graph layer * To improve the structure more easy to understand * add comments * Beautify code , add comments * simplified method findValidIndex * To improve the NE condition for storage layer * fixed comment typo. * When index field is string type, using length string to scan * add testcases for string index * Addressed dangleptr's comments since 2020-9-16 12:00:00 * Addressed critical27's comments
- Loading branch information
1 parent
a571719
commit 0d312e6
Showing
13 changed files
with
1,425 additions
and
388 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.