Re: Setting min_index_interval to 1?

2018-02-12 Thread Dan Kinder
stable. > > So you wouldn’t gain much, right? > > Hannu > > On 2 Feb 2018, at 02:25, Nate McCall <n...@thelastpickle.com> wrote: > > >> Another was the crazy idea I started with of setting min_index_interval >> to 1. My guess was that this would cause it to rea

Re: Setting min_index_interval to 1?

2018-02-02 Thread Hannu Kröger
Feb 2018, at 02:25, Nate McCall <n...@thelastpickle.com> wrote: > > > Another was the crazy idea I started with of setting min_index_interval to 1. > My guess was that this would cause it to read all index entries, and > effectively have them all cached permanently. And it

Re: Setting min_index_interval to 1?

2018-02-01 Thread Nate McCall
> > > Another was the crazy idea I started with of setting min_index_interval to > 1. My guess was that this would cause it to read all index entries, and > effectively have them all cached permanently. And it would read them > straight out of the SSTables on every restart. Woul

Setting min_index_interval to 1?

2018-02-01 Thread Dan Kinder
a little app to go through every key to warm it up manually, and ensure that Cassandra has key_cache_keys_to_save set to save the whole thing on restart. (Anyone know of a better way of doing this?) Another was the crazy idea I started with of setting min_index_interval to 1. My guess