On Wed, Feb 4, 2009 at 5:52 PM, Walter Underwood <wunderw...@netflix.com> wrote: > I have not had the time to pin it down, but I suspect that items > evicted from the query result cache contain a lot of objects. > Are the keys a full parse tree? That could be big.
Yes, keys are full Query objects. It would be non-trivial to switch to String given all of the things that can affect how a Query object is built. -Yonik