Write Behind Options
With write-behind strategy, cache agents handle writes to cache and to the backing store.
First the inference agent writes data to the cache and then the cache agent or agents write that data to the backing store.
For backing store inserts and updates, one write-behind thread is used for each entity type. Deletes are performed by the distributed cache threads (configurable) and they are synchronously deleted from the database.
Copyright © TIBCO Software Inc. All rights reserved.