You can probably leverage the bulk writer API. Look at
SSTableSimpleUnsortedWriter for example.
On Tue, Apr 9, 2013 at 4:16 PM, William Katsak wrote:
> Hello,
>
> I apologize for my very vague email, I shouldn't have written it in such a
> hurry. I would like to clarify my use case and requirem
Hello,
I apologize for my very vague email, I shouldn't have written it in such
a hurry. I would like to clarify my use case and requirements, so that
maybe someone can give me some advice.
I am building a research version of Cassandra in which a missed write is
a normal case (e.g. out of n
Hello,
I am sorry to bother the list with this question, but I was wondering,
assuming I have many saved (small) mutations (of the type that hinted
handoff uses), is there any easy way to put these all together and bulk
transmit (stream) them to a destination node?
My codebase is based on Ca