microstream icon indicating copy to clipboard operation
microstream copied to clipboard

Storage read only mode

Open hg-ms opened this issue 5 years ago • 1 comments

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.

hg-ms avatar Apr 30 '20 07:04 hg-ms

a first implementation is in branch https://github.com/microstream-one/microstream/tree/feature/readOnlyMode_199

hg-ms avatar Sep 13 '22 14:09 hg-ms

solved by PR #436

hg-ms avatar Oct 07 '22 13:10 hg-ms