setIndexPersistence function

Sets persistent indexes on.

Syntax
ConfigPersistent ConfigPersistent.setIndexPersistence(
  boolean store
) throws ULjException
Parameters
  • store   Set true to store indexes; otherwise, set false so that indexes are built prior to the first time they are used.

Remarks

This setting is used only when the database is created. It determines which strategy of index persistence is to be used for the database.

When an existing database is opened, the creation-time setting is used and the configuration is updated to reflect that value.

Returns

This ConfigPersistent with the index persistence set.