setLazyLoadIndexes method

Sets indexes to load as they are required, or to load all indexes at once on startup.

Syntax
ConfigPersistent ConfigPersistent.setLazyLoadIndexes(
  boolean lazy_load
) throws ULjException
Parameters
  • lazy_load   Set true so that indexes load as required; otherwise, set false to load all indexes at once on startup.

Remarks

Enabling this option reduces the startup time of the database but future operations may perform slower.

Returns

This ConfigPersistent with the lazy load indexes set.