On Fri, Apr 19, 2013 at 10:38 AM, Kanwar Sangha <kan...@mavenir.com> wrote: > Guys – Quick question. The index filter file created for a sstable contains > all keys/index offset for a sstable ? I know that when we bring up the node, > it reads a sample of the keys from this file. So this file contains all keys > and a sample is read on startup ?
The -Index file and the -Filter file are two different things. The -Index file is what you describe. The -Filter is a bloom filter. =Rob