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 Table11/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
Related Articles
Checkout Planet Cassandra
Join Our Newsletter!
Sign up below to receive email updates and see what's going on with our company
Explore Further
data.modeling
cassandra