The best knowledge base on Apache Cassandra®

Helping platform leaders, architects, engineers, and operators build scalable real time data platforms.

11/13/2018

Reading time:N/A min

CQL Data Modeler

by John Doe

This tool is meant to improve your experience with Apache Cassandra. Provide some information about your table definition, and the size, population, and cluster distributions of each of your fields and the tool will give you a script you can use to benchmark your data model and a storage engine visualization. Please input your table definition for one table, keeping the Create statement, field definitions, and Primary Key definition on separate lines.CREATE TABLE reviews_by_day ( userid text, day int, productid text, reviewid uuid, profilename text, helpfulness text, score text, summary text, review text, time timestamp, PRIMARY KEY (userid, productid, time, reviewid)) Verify Table

This tool is meant to improve your experience with Apache Cassandra. Provide some information about your table definition, and the size, population, and cluster distributions of each of your fields and the tool will give you a script you can use to benchmark your data model and a storage engine visualization. Please input your table definition for one table, keeping the Create statement, field definitions, and Primary Key definition on separate lines.

Verify Table