Details
-
Bug
-
Resolution: Works as Designed
-
Major - P3
-
None
-
5.0.14
-
None
-
None
-
Query Execution
-
ALL
-
Description
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.