microstream
microstream copied to clipboard
Storage read only mode
Currently a storage cannot be started in an read only mode. If a user wants to start a storage e.g. for debugging purposes it is up to the user to ensure that no changes are applied to a storage.
Maybe we can provide a mode that guarantees that the storage cannot be altered in any way.
a first implementation is in branch https://github.com/microstream-one/microstream/tree/feature/readOnlyMode_199
solved by PR #436