1

How could i realize batch insertion in Cassandra to populate with data?

walves
  • 2,026
  • 6
  • 28
  • 46
  • 1
    1, 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 Answers1

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