orientdb icon indicating copy to clipboard operation
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?

Open xiashengjie opened this issue 1 year ago • 3 comments

OrientDB Version:

Java Version:

OS:

Expected behavior

Actual behavior

Steps to reproduce

xiashengjie avatar Dec 28 '23 15:12 xiashengjie

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?

andrii0lomakin avatar Jan 18 '24 16:01 andrii0lomakin

How do I set up distributed storage on k8s?

xiashengjie avatar Feb 20 '24 14:02 xiashengjie

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?

xiashengjie avatar Feb 21 '24 12:02 xiashengjie