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