The vast majority of cursor opens from MongoDB use a configuration of either NULL (or blank) or "overwrite=false". By fast tracking a check for this particular configuration, we can avoid some costly configuration lookups.
- is related to
-
SERVER-43232 Eliminate the trailing comma when opening "overwrite=false" index cursors
- Closed