ObjectBox uses a single .mdb file to save data, and has APIs to load the data from a file. If the user has a large number of documents, it will be convenient to have an option to export the entire database (chunks + docs) as a single file and load them in another instance of the app.