1
我不太熟悉創建超級列。是column_type=Super
正確的方式分配Super1
爲super column
?創建超級列和密鑰
我不能讓id
爲index_type: KEYS
到:
create column family Super1 with comparator=UTF8Type and
column_type=Super and key_validation_class=UTF8Type and
column_metadata = [
{column_name: id, validation_class:UTF8Type, index_type: KEYS},
{column_name: username, validation_class:UTF8Type},
{column_name: email, validation_class:UTF8Type}];
請指點。