In memcache mode, when I insert (set) an item in the cache and there is an exisitng item, does the replace of the existing item count as an eviction?
What about in membase mode?
thanks
marc
Wed, 01/26/2011 - 21:42
perry
Offline
Joined: 10/11/2010
Groups:
No, it counts as a 'set'. The only thing that counts as an eviction is an actual eviction which is when an item is removed from the cache due to space restrictions.
Membase does not have any concept of "evictions" though we do have "ejections" which are when an item's value is no longer in RAM and only on disk.
Hope that helps.
Perry
__________________
Forum support is great for free but sometimes you need a guaranteed response time and dedicated resources for your questions or issues. Consider purchasing enterprise-level support from Couchbase: http://www.couchbase.com/products-and-services/overview Call or email "sales -at- couchbase-dot- com" today!
No, it counts as a 'set'. The only thing that counts as an eviction is an actual eviction which is when an item is removed from the cache due to space restrictions.
Membase does not have any concept of "evictions" though we do have "ejections" which are when an item's value is no longer in RAM and only on disk.
Hope that helps.
Perry
Forum support is great for free but sometimes you need a guaranteed response time and dedicated resources for your questions or issues.
Consider purchasing enterprise-level support from Couchbase: http://www.couchbase.com/products-and-services/overview
Call or email "sales -at- couchbase-dot- com" today!