Re: How to read the Index.db file

2019-02-08 Thread Jeff Jirsa
>> Kenneth Brotman >> >> >> >> From: Ben Slater [mailto:ben.sla...@instaclustr.com] >> Sent: Thursday, February 07, 2019 1:19 PM >> To: Cassandra User >> Subject: Re: How to read the Index.db file >> >> >> >> They don

Re: How to read the Index.db file

2019-02-08 Thread Pranay akula
in-3-0-with-sstabledump > explains how to read an SSTable with sstabledump for 3x and sstable2json > for 2.x > > > > Kenneth Brotman > > > > *From:* Ben Slater [mailto:ben.sla...@instaclustr.com] > *Sent:* Thursday, February 07, 2019 1:19 PM > *To:* Cassandra User

RE: How to read the Index.db file

2019-02-08 Thread Kenneth Brotman
: Cassandra User Subject: Re: How to read the Index.db file They don’t do exactly what you want but depending on why you are trying to get this info you might find our sstable-tools useful: https://github.com/instaclustr/cassandra-sstable-tools --- Ben Slater Chief Product Officer <ht

Re: How to read the Index.db file

2019-02-07 Thread Ben Slater
com] > *Sent:* Wednesday, February 06, 2019 7:51 PM > *To:* user@cassandra.apache.org > *Subject:* How to read the Index.db file > > > > I was trying to get all the partition of a particular SSTable, i have > tried reading Index,db file i can read some part of it but not al

RE: How to read the Index.db file

2019-02-07 Thread Kenneth Brotman
@cassandra.apache.org Subject: How to read the Index.db file I was trying to get all the partition of a particular SSTable, i have tried reading Index,db file i can read some part of it but not all of it , is there any way to convert it to readable format? Thanks Pranay

How to read the Index.db file

2019-02-06 Thread Pranay akula
I was trying to get all the partition of a particular SSTable, i have tried reading Index,db file i can read some part of it but not all of it , is there any way to convert it to readable format? Thanks Pranay