Preloading controls are available for entity objects, and for entries (handles) in the object table (
objectTable) cache relating to entity objects. This section briefly explains the use of the object table cache at runtime, so you can understand its role and use these controls as needed.
The objectTable cache is a large cache that provides mappings for all entities in the cache. The object table contains the object id and information about the object such as its extId, class name, type, backing store table name and cache name. The object table is used to find the actual object either in the cache or in the backing store. The object table is also written to the backing store.
The object table can grow become very large, up to hundreds of millions of rows in extreme cases. You can preload the cache cluster’s object table at system startup to improve performance after the system has started up. (See
Cluster Tab — Cache OM — Domain Objects Settings in the
TIBCO BusinessEvents Administration guide for details.)
Note that if the object table is not preloaded with the entry for object X, then an additional processing step is required, to load the object table in the cache for that object’s entry.