Ability to tell the server a priority for eviction.
Sun, 03/18/2012 - 15:18
I'm interested in writing logging events to my couchbase system. However, I don't want those entries to "evict" more important data from the bucket's memory even though they are newer than some of the more important data.
In effect, I want these objects to be evicted first on memory pressure.
Thanks for the request.
One way of approaching that right now would be to use two different buckets. Each has it's own amount of memory, and thus you can contain the resources dedicated to one or the other.