我在Hector和Cassandra教程中看到有DynamicCompositeType
。
任何人都可以详细说明一下
create column family Composite with comparator ='DynamicCompositeType
(t=>TimeUUIDType,s=>UTF8Type)'
and default_validation_class=UTF8Type and key_validation_class=UTF8Type;
和
create column family Composite
with comparator = 'CompositeType(TimeUUIDType,UTF8Type)'
and key_validation_class = 'UTF8Type'
and default_validation_class = 'UTF8Type'
我在Cassandra文档中找不到它
最佳答案
可能有助于了解Cassandra如何存储数据以及实际的复合 Material 是什么: