Re: C++ Bulk loader and Result set streaming.

2012-08-17 Thread Swathi Vikas
 will write code to do that.   Thank you very much, Swat.vikas From: aaron morton To: user@cassandra.apache.org; Swathi Vikas Sent: Thursday, August 16, 2012 7:06 PM Subject: Re: C++ Bulk loader and Result set streaming. But i couldn't find any informati

Re: C++ Bulk loader and Result set streaming.

2012-08-16 Thread aaron morton
> But i couldn't find any information on bulk loading using C++ client > interface. You cannot. To bulk load data use the sstableloader, otherwise you need to use the RPC / CQL API. > 2) I want to retrieve all the result of the query(not just first 100 result > set) using C++ client. Is there

C++ Bulk loader and Result set streaming.

2012-08-16 Thread Swathi Vikas
Hi All,   I am using C++ client libQtCassandra. I have two questions.   1) I want to bulk load data into cassandra through C++ interface. It is required by my group where i am doing internship. I could bulk load using sstableloader as specified in Datastax :http://www.datastax.com/dev/blog/bulk-