Apache Cassandra Guide: Data Modeling

Written by rebccamills | Published 2020/07/12
Tech Story Tags: cassandra | database | database-administration | database-design | databases-best-practices | dbaas | apache | databases

TLDR The Apache Cassandra Guide: Data Modeling Guide: CQL. We will walk you through the process of creating a basic data model. The first thing to learn about data modeling in Apache Cassandra is keyspaces. A keyspace is very similar to a database or schema from the relational database world, as it holds all of your tables. Each table is organized into rows and columns. The difference with Cassandra is that each row has a partition key: one or more columns that are hashed to determine which node(s) store the data.via the TL;DR App

no story

Written by rebccamills | Rebecca Mills works in Developer Relations at DataStax.
Published by HackerNoon on 2020/07/12