Hello, I would like to use mvstore in my Android application. In Android, it is very common that your app (process) will get killed by the OS (no longer needed, *even if it has a Service is running*) or by the user (when swiped away from Recents).
The bundled sqlite is extremely robust. In fact, if you look at most Android apps that use sqlite - it is opened / initialized in a Singleton or ContentProvider and *is never closed.* This is because the app usually doesn't have a chance to shut things down cleanly, the process is simply killed. So I would like to know, how well would mvstore do in this scenario? I would open the store, and leave it open for the app to use, but never really find a good moment to close() it. If data from in-flight transactions is lost, that is fine of course - but will the integrity of the file be OK? Thanks -Alex -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/d/optout.
