RocksDB on Mobile? #193
Unanswered
davidhmays
asked this question in
Q&A
Replies: 1 comment
-
Very interested in this as well, currently evaluating Cozo for use in React Native for a local-first app. Also looking at incremental sync, possible with sqlite through cr-sqlite or alternatives. Eager to hear from the community on any learnings on mobile! |
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
-
Reading the documentation, it mentions the difficulty of compiling RocksDB for mobile, but I didn't quite understand if CozoDB is able to use RocksDB on mobile, having somehow gotten past thes difficulties, or if SqLite should be used instead if on mobile? (The benchmarks sure show SqLite being way slower, so was hoping the RocksDB would work fine.)
Also it sounds like there is a drop-in replacement available for RocksDB that is supposedly even faster called Speedb maybe could be worth looking into, and the site seems to mention mobile as a use case.
Beta Was this translation helpful? Give feedback.
All reactions