-
Type: Bug
-
Resolution: Works as Designed
-
Priority: Major - P3
-
None
-
Affects Version/s: 5.0.14
-
Component/s: None
-
None
-
Query Execution
-
ALL
-
When using a single interval query, the number of scanned keys displayed by explain is inaccurate.
If the traversed data no longer meets the requirements , and the returned kv is empty code.
keysExamined will not increase. code
But multi-range queries use other methods to check bounds code
keysExamined data can be counted correctly.