You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. I have looked through the docs, and from what I understand, CozoDB is an embedded DB that runs in the same process as the app logic.
What I could not find is if/how replication is handled. An example usecase: say we have a DB that is too big to keep entirely on my phone. My phone still wants to query the DB. In this case, we could put a DB on the phone and run queries against it, assuming that the DB is going to handle syncing with a remote DB and making the necessary data available locally. Another option is to run the DB remotely, and query the remote DB (traditional client/server architecture).
Is replication (the first scenario) something that cozoDB supports?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello. I have looked through the docs, and from what I understand, CozoDB is an embedded DB that runs in the same process as the app logic.
What I could not find is if/how replication is handled. An example usecase: say we have a DB that is too big to keep entirely on my phone. My phone still wants to query the DB. In this case, we could put a DB on the phone and run queries against it, assuming that the DB is going to handle syncing with a remote DB and making the necessary data available locally. Another option is to run the DB remotely, and query the remote DB (traditional client/server architecture).
Is replication (the first scenario) something that cozoDB supports?
Beta Was this translation helpful? Give feedback.
All reactions