Hacker News new | ask | show | jobs
by clumsysmurf 4665 days ago
Thomas Mueller, the author of H2 / MVStore, gives some thoughts on H2's performance issues under Android here if you are interested:

https://groups.google.com/forum/#!topic/h2-database/Q8K-nbCh...

1 comments

Yeah, I saw that. The main problem for us is that we need on-disk encryption due to regulatory issues and the encrypted SQLCipher build was causing us no end of grief. And we don't really need a SQL database, it's just what the developers of our iOS app were doing and--it being our first Android mobile app--we thought it was a good idea to do the same. V2 is ripping that out both for perf and for code-sanity reasons.