there's a keyspace called system which has a few tables that contain the metadata. for example schema_keyspaces that contain keyspace metadata, and schema_columnfamilies that contain table metadata. there are more, just fire up cqlsh and do a describe keyspace in the system keyspace to find them.
T# On Fri, Jul 12, 2013 at 10:52 AM, Murali <muralidharan....@gmail.com> wrote: > Hi experts, > > How to extract meta-data of a table or a keyspace using CQL 3.0? > > -- > Thanks, > Murali > >