On Thu, Jan 9, 2014 at 5:02 PM, Aaron Morton <aa...@thelastpickle.com>wrote:
> Row cache has been off heap for a while, and the key cache is still on > heap. > Usage of the "off heap" row cache has enough associated heap consumption that I feel compelled to mention that the name "off heap" is slightly misleading. Certainly it consumes less heap than the on-heap row cache, for the same number of cached rows... :D =Rob