should we make this built-in? Sounds like default user intent for in-memory.
On Tue, Feb 26, 2013 at 2:13 PM, Stack <[email protected]> wrote: > On Fri, Feb 22, 2013 at 7:39 AM, Eric Czech <[email protected]> wrote: > > > Hi everyone, > > > > Are blocks for in-memory column families automatically loaded in to the > > block cache on restart? > > > No > > > > If not, would anyone recommend running a scan with > > .setCacheBlocks(true) after a restart for in-memory column families? > > > > Yes. > > It should be easy verifying whether the above warmup had an effect. > > Good luck, > St.Ack >
