In 1.2 there is also a -Sample file which contains a sample of -Index at the last index_interval. This is done to (dramatically) improve startup time.
Cheers ----------------- Aaron Morton Freelance Cassandra Consultant New Zealand @aaronmorton http://www.thelastpickle.com On 20/04/2013, at 7:24 AM, Robert Coli <rc...@eventbrite.com> wrote: > On Fri, Apr 19, 2013 at 11:36 AM, Kanwar Sangha <kan...@mavenir.com> wrote: >> Let me rephrase. I am talking about the index file on disk created per >> sstable. Does that contain all key indexes? > > Yes. That's how sstablekeys can relatively efficiently produce a list > of keys, by parsing the index file. > > =Rob