A ColumnPath can contain a super column, so you should be fine inserting a 
super column family (in fact I do that). Quoting cassandra.thrift:

struct ColumnPath {
    3: required string column_family,
    4: optional binary super_column,
    5: optional binary column,
}

----- Original Message -----
From: "魏金仙" <sei_...@126.com>
To: "user" <user@cassandra.apache.org>
Sent: Wednesday, July 13, 2011 7:43:15 AM
Subject: insert a super column

insert(key, column_path, column, consistency_level) can only insert a standard 
column.
Is batch_mutate the only API to insert a super column?


and also can someone tell why batch_insert,multi_get is removed in version 
0.7.4?

Reply via email to