During an update, if the part of index that needs to be updated is not in memory, will MongoDB yields the write lock during the index page fault?
The documentation mentions about yield on page faults. Does it apply to page faults in index too or only documents?