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のドキュメントで見つけられませんでした