|
|
1
4
必须确保列族架构接受UUID作为键。您的代码将使用创建为(使用cassandra cli)的列族:
要向此CF添加值,请执行以下操作:
|
|
|
2
9
看起来您正在使用uuid作为行键,而不是列名。 ’ 将_与:timeuuidtype进行比较 'attribute指定将与使用timeUuidType(即它)比较列名 tells Cassandra how to sort the columns for slicing operations 您是否考虑过使用任何高级python客户机?例如。 Tradedgy , Lazy Boy , Telephus 或 Pycassa |