Sets indexes to load as they are required, or to load all indexes at once on startup.
ConfigPersistent ConfigPersistent.setLazyLoadIndexes( boolean lazy_load ) throws ULjException
lazy_load Set true so that indexes load as required; otherwise, set false to load all indexes at once on startup.
Enabling this option reduces the startup time of the database but future operations may perform slower.
This ConfigPersistent with the lazy load indexes set.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |