Cassandra - Information Schema

Data Modeling Chebotko Logical

About

This page is about the information schema of cassandra.

Example

SELECT "column_name", "table_name", "type", "kind", "clustering_order", "position" 
FROM "system_schema"."columns" 
WHERE "keyspace_name"='my_keyspace' ALLOW FILTERING;







Share this page:
Follow us:
Task Runner