Preloading Options
Preloading refers to the loading of the cache with objects from the backing store, at system startup.
If you do not preload, then the objects are loaded as needed, which can affect performance the first time each object is requested, depending on the size of the objects.
At the default level, you can choose to preload or not preload two types of items separately: the objects themselves, and the handles to the objects, which are stored in a separate table called the object table. You can also specify the number of objects to preload (one setting for both types of items).
At the individual object level, you can override the preload setting as follows:
You can also specify (or override) how many objects to preload.
- Configuring Preloading Options
You can configure the preloading options for domain objects. - CDD Cluster Tab Domain Objects Default Settings Reference
The Domain Object Default settings apply to all objects except those for which you explicitly configure overrides, using the Domain Object Overrides section. - CDD Cluster Tab Domain Object Override Settings Reference
Many settings simply override the value of default settings.
Copyright © TIBCO Software Inc. All rights reserved.