摘要:
# 背景在有物化视图的情况下删除多余的行uuid# 原因This is in the 3.11.1 release notes: "Cassandra will no longer allow dropping columns on tables with Materialized Views."# 阅读全文
摘要:
背景 执行如下sql会失败并报如题目中的错误 insert into event (subject, time, type) values (now(), 'type'); 原因 now() returns a timeuuid, not a timestamp 解决办法 尝试用 dateOf(no 阅读全文