如何在 Cassandra 中修改系统键空间(及其列族)

How to modify System Keyspace (and its columnfamilies) in Cassandra

我想知道是否有 ALTER 系统键空间列族的变通方法,例如: schema_columnsschema_columnfamilies

我尝试在 CQLSH 中键入 ALTER CQL,它返回了

Unauthorized: Error from server: code=2100 [Unauthorized] message="system keyspace is not user-modifiable."

cassandra有没有类似root的账号可以帮我修改系统键空间?

不允许修改系统键空间。

如果使用 cassandra 3.x 然后尝试根据您的要求在系统键空间表上创建物化视图。