Apache Cassandra - Tutorial 13 - CQL - Materialized Views

preview_player
Показать описание
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.
Рекомендации по теме
Комментарии
Автор

Does materialised view copy original table and consumes the disk/memory space or does it only create view with pointers to data without consuming disk space?

golfclash
Автор

How would you approach solving problem on sorting? Like, for example, you can sort on all columns?

nikola
Автор

is there any advantage for materialized views over secondary indexes?

n.s.karthik
Автор

Thanks for the video! It was very helpful 😄

edsonr.
Автор

Can you provide us with the python driver connection to datastax astra database?

mritunjay