Re: preloading entire CF with SEQ access on startup

2011-08-24 Thread aaron morton
Nothing automatic, you can do it by using range slices that request 0 columns. Once you have a hot cache it will be automatically saved a re-loaded at startup if you have enabled row_cache_save_period or key_cache_save_period for the CF. Cheers - Aaron Morton Freelance Cassand

preloading entire CF with SEQ access on startup

2011-08-23 Thread Radim Kolar
Is there way to preload entire CF into cache with seq access when server starts? I think that standard cache preloader is using random access and because of that its so slow that we cant use it.