-
From: "魏金仙"
To: "user"
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 ba
For batch_insert, I think you could use batch_mutate instead.
For multi_get, I think you could use multiget_slice instead.
Boris
在 ,魏金仙 寫道:
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
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?