TIBCO BusinessEvents Express This section relates to Cache OM functionality and does not apply to TIBCO BusinessEvents Express edition.This section pertains only if write-behind strategy is used. See Post RTC Options — Cache Aside and Write Behind for more information about database write strategies, and see Cluster Tab — Cache OM — Backing Store Settings for details on the settings.When entities are deleted from the cache, they are marked for deletion at system startup. An application startup process removes the deleted entities from the backing store.Depending on the number of deleted entities, the cleanup step can make system startup unacceptably slow.To deal with slow startup, you can run a script manually, and eliminate the need to run the cleanup action at system startup. The script is called yourname_delete.sql and it is generated when you create the backing store with the be-jdbcdeploy utility. See Chapter 15, JDBC Backing Store Setup for details.You can also disable the cleanup action performed at system startup and perform all cleanup manually, using the deletion script. To do so, add the following property to the CDD file and set it to false:
Copyright © TIBCO Software Inc. All Rights Reserved.