-
Type: New Feature
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Replication
-
None
-
Fully Compatible
-
v4.0
-
Repl 2018-07-16, Repl 2018-07-30
In SERVER-35513 transactions were disabled for inMemory storage engine, with the possibility that it would be enabled in the future if rollback is fixed on inMemory.
It's useful though for applications to run regression tests against the inMemory engine, as it's significantly faster than the wiredTiger engine, so disabling this has an effect on developer productivity.
To satisfy both concerns, consider allowing transactions to be re-enabled for inMemory engine via command line, e.g. --setParameter inMemoryEnableTransactions
- is duplicated by
-
SERVER-35694 Add command line flag to enable running transactions against the inMemory storage engine
- Closed
- is related to
-
SERVER-36072 Remove enableInMemoryTransactions serverParameter when transactions are supported on inMemory
- Closed
- related to
-
SERVER-35513 Forbid transactions on inMemory storage engine
- Closed
-
SERVER-41531 Support transactions on standalone instance
- Closed