On Wed, Jun 8, 2011 at 9:00 AM, Hiller, Dean x66079 <[email protected]> wrote: > We have certain tables with under 10 rows, one under 200 rows and one with > 1,000,000 rows. We have found out that having a copy/cache on each node is > EXTREMELY fast for our batch processing since these copies of data are local > AND in-memory. The issue I am struggling with is the best way to evict stale > entries from the cache since these entries are rarely updated in our system, > but we still need to evict them from all nodes. Anyone else struggling with > this problem?
You are caching hbase content in ehcache and you are trying to figure how to have ehcache have a true reflection of hbase content? St.Ack
