How could i realize batch insertion in Cassandra to populate with data?
Asked
Active
Viewed 911 times
1
-
11, Are you using a high level client? 2, Are you experiencing problems during batch inserts with the client (could be raw thrift) you are using? – Schildmeijer Feb 24 '11 at 17:28
-
im using cassandra-cli. do you know a high level client, this will so helpfull for me :) – walves Feb 24 '11 at 17:42
1 Answers
2
Use one of the clients here: http://wiki.apache.org/cassandra/ClientOptions
Exact syntax for batches depends on the language and client.

jbellis
- 19,347
- 2
- 38
- 47