Search code examples
db4o

Do I have to re-apply db4o configuration settings (and indexes) on each application run, or only on database creation?


I'm in the process of evaluating db4o and I have a pretty simple question. Does the db4o configuration settings (e.g. Transparent Activation) and indexes need to be setup each time the application runs and/or the database is loaded, or can all this be setup at the time the database is created?

For reference - I'm building an Android application and the database is going to be prebuilt on the desktop and shipped with the app.


Solution

  • just as an FYI, there is an exception .. indexes once created are saved and will be used regardless of their specification at OpenFile/Connection time.

    Best, Robert