orientdb
orientdb copied to clipboard
Can orientdb share the same database? I want to build an orientdb cluster on k8s. How can I configure multiple instances to share the same database?
OrientDB Version:
Java Version:
OS:
Expected behavior
Actual behavior
Steps to reproduce
Hi. OrientDB caches its data inside the disk cache. So, having several instances of DB share the same folder is impossible.
If I understood you correctly. Why do you want to use something other than distributed storage?
How do I set up distributed storage on k8s?
When setting up orientdb cluster in k8s, only the first pod can open studio web, and the other pods cannot open. Is this a bug?