Hi,

We are on 3.11.0 .
We have 11 Materialized view on a table.
After discussion with application team , we found out that they are using
only 4 out of 11 .
We tried to drop the materialized view and got hit by the bug
https://issues.apache.org/jira/browse/CASSANDRA-13696 which made our whole
cluster unstable and multiple nodes were down at the same time .

We will upgrade this cluster but my question is , can we truncate the
Materialized view rather than dropping?

How will it impact ?
Does update into base table , updates all materialized views (This is my
understanding) ?
If yes, then truncate the data from the materialized view will create too
many read repairs later, correct?
Please correct me if I am wrong .

Thanks
Surbhi

Reply via email to