Illustration Image

Cassandra.Link

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

Illustration Image

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

Related Articles

data.modeling
cassandra

Search key of big partition in cassandra

John Doe

2/17/2023

data.modeling
cassandra
spark

Checkout Planet Cassandra

Claim Your Free Planet Cassandra Contributor T-shirt!

Make your contribution and score a FREE Planet Cassandra Contributor T-Shirt! 
We value our incredible Cassandra community, and we want to express our gratitude by sending an exclusive Planet Cassandra Contributor T-Shirt you can wear with pride.

Join Our Newsletter!

Sign up below to receive email updates and see what's going on with our company

Explore Related Topics

AllKafkaSparkScyllaSStableKubernetesApiGithubGraphQl

Explore Further

data.modeling