Tune database booting/class loading System startup time can be improved by reducing the number of databases in the system directory. derby.system.bootAll derby.database.noAutoBoot Class loadingtuning

By default, does not boot databases (and some core classes) in the system at startup but only at connection time. For multi-user systems, you might want to reduce connection time by booting one or all databases at startup instead.

For embedded systems, you might want to boot the database in a separate thread (either as part of the startup, or in a connection request).

For more information, see .