Re: SSTable format in C* 2.2 and later

2016-01-20 Thread Rajath Subramanyam
Thanks Tyler. Cassandra-8099 has a lot of meat. I will get back in case of further questions. - Rajath Rajath Subramanyam On Tue, Jan 19, 2016 at 8:27 AM, Tyler Hobbs wrote: > Primarily, CASSANDRA-8099. If you look at the Version class in > o.a.c.io.sstable.format.bi

Re: SSTable format in C* 2.2 and later

2016-01-19 Thread Tyler Hobbs
Primarily, CASSANDRA-8099. If you look at the Version class in o.a.c.io.sstable.format.big.BigFormat, there are comments that list the different sstable versions along with what changes went into those. You can look at git blame to see what the related jira tickets are. On Mon, Jan 18, 2016 at 7

SSTable format in C* 2.2 and later

2016-01-18 Thread Rajath Subramanyam
Hello Cassandra-dev community, Does anyone know the JIRAs that affected the change in the SSTable format for C* 2.2 and later ? Thanks in advance. - Rajath Rajath Subramanyam