Student Reviews
( 5 Of 5 )
1 review
Video of Apache Cassandra - Tutorial 13 - CQL - Materialized Views in Cassandra course by jumpstartCS channel, video No. 13 free certified online
We will continue our tutorial on using Cassandra Query Language on an Apache Cassandra database by looking at the concept of Materialized Views.
Materialized views help us overcome some of the data access problems faced in Cassandra where often multiple different versions of a table must exist each with at different partition key. By using materialized views Cassandra can abstract some of this away from the developer as it maintains the additional tables created during the materialized view process.