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.
Copyright © TIBCO Software Inc. All Rights Reserved.