Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
将索引设置为在需要时装载,或设置为在启动时一次性装载全部索引。
ConfigPersistent ConfigPersistent.setLazyLoadIndexes( boolean lazy_load ) throws ULjException
lazy_load 要根据需要装载索引,设置为 true;否则设置为 false,以便在启动时一次性装载全部索引。
指定了索引加载模式的 ConfigPersistent 对象。
启用此选项可减少数据库的启动时间,但以后操作的执行速度可能较慢。
关闭延缓加载也会通过将行分数刷新大小设置为零来关闭行限制。