This repository has been archived by the owner on Jan 9, 2025. It is now read-only.
How does MicroStream handle data consistency? #539
Unanswered
joestomopolous
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Microstream is designed to provide object graph persistence for a single java process. That process owns the storage and its data exclusively. There is no Server or option to access one Microstream storage from different process simultaneously. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If there are two instances running MicroStream, how does the MicroStream server update other instance when one instance updates an object?
Beta Was this translation helpful? Give feedback.
All reactions