Edited description
- storeFindAndModifyImagesInOplog introduced as a startup + runtime settable server parameter.
- The value is a boolean with a default of true
Original description
- retryableFindAndModifyStorageLocation should be a startup and runtime settable server parameter
- (ideally) takes on string values of "oplog" (default) and "transactionsTable".
- There may be challenges with IDL + runtime server parameters + string enums
- is duplicated by
-
SERVER-55414 Create Feature flag for Reduce oplog entry size of retryable findAndModify operations
- Closed