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.
- Tuning Properties for Write-Behind Strategy
Tuning properties for write-behind strategy are used with the Coherence cache provider.
Copyright © TIBCO Software Inc. All rights reserved.