derby.language.statementCacheSize The derby.language.statementCacheSize property defines the size, in number of statements, of the database statement cache (prepared statements kept in memory). derby.language.statementCacheSize property statement cache sizeconfiguring

This property controls the number of precompiled statements which keeps in its statement cache. Consider raising this number if statement preparation is taking too much time.

For more information on the statement cache, see "Using the statement cache" in .

Default

100 statements.

Example derby.language.statementCacheSize=200
Dynamic or static

This property is static; if you change it while is running, the change does not take effect until you reboot.