Ticket #1314 (assigned enhancement)

Opened 14 months ago

Last modified 4 months ago

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

Changed 13 months ago by npeterson

  • milestone 0.9.3_rc3 deleted

out of scope for 0.9.3_rc3

Changed 10 months ago by npeterson

  • owner changed from ssterling to wtoconnor
  • status changed from new to assigned

Changed 9 months ago by wtoconnor

  • priority changed from critical to low

I intuitively think this is high but I have a hard time justifying it. Would probably improve our performance.

Changed 7 months ago by russ

  • owner changed from wtoconnor to zmclaughlin
  • summary changed from Disable Cache Replication and Load Test to Disable Cache Replication of Puts/Updates
  • description modified (diff)
  • milestone set to 0.9.6_rc1

Changed 7 months ago by rcave

  • milestone changed from 0.9.6_rc1 to 1.0.0_rc1

Changed 4 months ago by edickey

  • milestone changed from 1.0.0_rc1 to 1.0.0_rc3

Changed 4 months ago by edickey

  • milestone 1.0.0_rc3 deleted
Note: See TracTickets for help on using tickets.