RE: Viewing Cassandra's Internal table Structure in a CQL world

2015-05-13 Thread Moshe Kranc
: Wednesday, May 13, 2015 10:40 PM To: user@cassandra.apache.org Subject: Re: Viewing Cassandra's Internal table Structure in a CQL world I think that you can still use cassandra-cli from 2.0.x to look into internal table structure. Of course you will see bytes instead of readable values but it's

Viewing Cassandra's Internal table Structure in a CQL world

2015-05-13 Thread Moshe Kranc
CQL is the future, and it provides a great high-level view of keyspaces. (I am drinking the Kool-Aid.) But, I believe every C* developer needs to also look at the table's internal structure, e.g., what do the column names actually look like. Only by keeping an eye on the physical structure can

Re: Viewing Cassandra's Internal table Structure in a CQL world

2015-05-13 Thread Jonathan Haddad
, 2015 10:40 PM To: user@cassandra.apache.org Subject: Re: Viewing Cassandra's Internal table Structure in a CQL world I think that you can still use cassandra-cli from 2.0.x to look into internal table structure. Of course you will see bytes instead of readable values but it's better than

Re: Viewing Cassandra's Internal table Structure in a CQL world

2015-05-13 Thread DuyHai Doan
I think that you can still use cassandra-cli from 2.0.x to look into internal table structure. Of course you will see bytes instead of readable values but it's better than nothing. It's already the case for CQL collections when you're trying to decode them using cassandra-cli On Wed, May 13, 2015