On Tue, Apr 29, 2014 at 1:53 PM, Brian Lam <y2k...@gmail.com> wrote: > Are these issues 'resolved' only in 2.0 or later release? > > What about 1.2 version? >
As I understand it : 1.2 version has the on-heap row cache and off-heap row cache. It does not have the new "partition" cache. 2.0 version has only the off-heap row cache. It does not have the on-heap row cache or the new "partition" cache. 2.1 version has the new "partition" cache. In summary, you probably don't want to use any of these half-baked, immature internal row/etc. "caches" unless you are very, very certain that you have an ideal case for them. =Rob