Thanks, Eric. Just curious, at what point does the old sstables get deleted
from disk?

On Fri, May 6, 2016 at 8:41 PM, Eric Evans <john.eric.ev...@gmail.com>
wrote:

> On Fri, May 6, 2016 at 8:15 AM, Joseph Tech <jaalex.t...@gmail.com> wrote:
> > Please let me know how to interpret the below output from cfstats,
> > especially the entry in bold.
> >
> > SSTable count: 947
> > SSTables in each level: [1, 10, 104/100, 832, 0, 0, 0, 0, 0]
>
> This is showing you 9 levels, each of exponentially increasing size.
> The 3rd level (level 2), is sized at 100 tables, and there are
> currently 104.  Compaction will work to get that down to the target of
> 100, and in doing so create new tables in the 4th level (level 3).
>
> TL;DR This all looks perfectly normal.
>
>
> --
> Eric Evans
> john.eric.ev...@gmail.com
>

Reply via email to