Replies: 1 comment
-
By design nitrite's storage capacity and production suitability is directly proportionate to it's underlying storage engine. So you should be looking into the guidelines related to the underlying storage engine for your workload. If your workload is suitable for MVStore you choose MVStore adapter, similarly if RocksDb suites more to your usecase you choose RocksDb adapter. Generally if you want to use Nitrite for android, you need MVStore, if you are building for server, you go for RocksDb. |
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.
-
I’m exploring the use of Nitrite DB with persistent storage (MVStore/RocksDb) for a production scenario.
I couldn’t find specific details in the official documentation regarding storage limits or scalability. I wanted to confirm:
It would be helpful to know if Nitrite has been benchmarked for similar workloads, or if there are any guidelines for production-scale deployments.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions