Cassandra.Link
The best knowledge base on Apache Cassandra®
Helping platform leaders, architects, engineers, and operators build scalable real time data platforms.
A collection of 3 posts
Cassandra 3.0 Materialized Views Technical Deep Dive – DOAN DuyHai's blog
5/15/2023
In this blog post, we’ll dig into the brand new materialized view feature of Cassandra 3.0. We’ll see how it is implemented internally, how you should use it to get the most of its performance and whi...
Creating a materialized view
6/10/2020
Create materialized views with the CREATE MATERIALIZED VIEW command.Materialized views are suited for high cardinality data. The data in a materialized view is arranged serially based on the vie...
New in Cassandra 3.0: Materialized Views
Back to BlogBasic rules of data modeling in Cassandra involve manually denormalizing data into separate tables based on the queries that will be run against that table. Currently, the only way to quer...