How to delete a row in cassandra materialiezed view?
问题 I have a cassadra namespace with a table and a materialized view from it. A row got deleted in the base table but the change was not propagated to the materialized view. I don't know the exact reason why this happend. So now I am stuck with that row in the MV and I am not able to delete it. Any ideas? 回答1: Yeah, materialized views are still very much broken. The two main problems are: There isn't a way to know when a MV is out of sync. Once it's out of sync, there really isn't a way to get it