Re: preloading entire CF with SEQ access on startup
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
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.