Ticket #1314 (assigned enhancement)
Disable Cache Replication of Puts/Updates
| Reported by: | npeterson | Owned by: | zmclaughlin |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | ambra | Version: | |
| Keywords: | Cc: |
Description (last modified by russ) (diff)
We think we might get a performance boost from disabling replication of cache objects, and only replicating invalidation.
This exchanges the cost of ehcache replication for the cost of additional mulgara queries.
We'd like to try this with ArticleAnnotationCache?, UserCache?, BrowseCache?, FeedCache?, ObjectCache?
To disable replication of puts/updates add the following to cacheEventListenerFactory:
- properties="replicatePuts=false,replicateUpdatesViaCopy=false"
Change History
Note: See
TracTickets for help on using
tickets.
