تقييمات الطلاب
( 5 من 5 )
١ تقييمات
فيديو شرح Apache Cassandra - Tutorial 13 - CQL - Materialized Views ضمن كورس Cassandra شرح قناة jumpstartCS، الفديو رقم 13 مجانى معتمد اونلاين
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.