Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
根据Cassandra 文档,修改权限允许完全写入权限(插入、删除、更新、截断)。我需要能够指定其中的一些,在这种情况下,只是更新。
有没有办法只允许更新?
打包在 Cassandra 2.0 及更低版本中的当前版本的 CQL 仅允许更新。这部分是因为它实际上是不可能的。带有 TTL 的 UPDATE 与 DELETE 相同。INSERT 和 UPDATE 本质上是一回事。