-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
3
-
2023-05-16 Chook-n-Nuts Farm
-
v7.0
WiredTiger has several optimizations in place that skip comparisons where prefixes are known to match.
There have been several bugs recently, which have manifested due to errors in deciding when those prefixes match. WT-10461 and WT-10961.
The intent of this ticket is to add logic to the lex_compare_skip function that checks to ensure the (supposed to be common) prefixes do actually match.