如何在Cassandra中立即更新物化视图(或者是否有手动刷新命令)?

How to make materialized view update immediately (or is there a manual refresh command) in Cassandra?

我只能使用 CQL(即,我可以将一致性设置为 ALL,然后我的密钥 space 设置为 WITH replication = {'class': 'SimpleStrategy', 'replication_factor' : 1})。

不幸的是,物化视图在本质上是错误的。 rebuild/refresh 视图的唯一方法是重新创建它:

参考:https://www.mail-archive.com/user@cassandra.apache.org/msg54073.html