active active keyed with local storage #6219
rjmercier1
started this conversation in
General
Replies: 1 comment
-
Data replication and mirror filesystems are features of the Enterprise Edition, not the Community Edition. Are you certain the documentation you referenced is accurate? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We're experimenting with using keydb with active active replication in two geographically distant datacenters. It seems to work well but the backend storage (minio) is only in one of the locations. A large cache takes care of most of the latency but I was reading about the interesting data replication and mirror filesystems and it seems like juicefs almost has what I'd want--each data center to have it's own s3 storage but with shared metadata. When accessing files from the "other side" they'd get pulled over and cached. I would not want automatic replication, i.e. I do not want or need full replication, just fast(er) access to locally written files. Possible?
Beta Was this translation helpful? Give feedback.
All reactions