To support resuming index builds during the collection scan phase, the Sorter interface should provide information on the last known location of the majority read cursor.
- return document id (RecordId) of last record added to the Sorter, and/or
- return document id (RecordId) of next record to include in the Sorter.
- related to
-
SERVER-48416 write index build progress to internal table on clean shutdown
- Closed