-
Type: Improvement
-
Resolution: Done
-
Priority: Minor - P4
-
Affects Version/s: 2.7.7
-
Component/s: Storage
The current API to SortedDataInterface::unindex returns true if the desired index row was in fact deleted. This forces an internal lookup of the index row, which hurts performance, especially for write optimized storage engines.
We should simply not return anything from unindex().
- links to