Details
-
Improvement
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
Fully Compatible
-
Query 2018-08-13
Description
SortedDataInterface::newRandomCursor() was implemented only by the MMAPv1 storage engine in order to implement storage-optimized $sample. Now that MMAPv1 is no longer supported, this method can be removed from the storage API. WiredTiger and other storage engines can still offer storage-optimized $sample support via RecordStore::getRandomCursor().