On Thu, Mar 31, 2011 at 2:53 PM, Peter Schuller
wrote:
>> Only the following Levels are provided, I am wondering if the ZERO
>> consistency level is removed in Cassandra 0.7.X ?
>
> Yes, it's gone.
>
>> If so, Could you please explain why was it removed and what is the best
>> option I have given
> Only the following Levels are provided, I am wondering if the ZERO
> consistency level is removed in Cassandra 0.7.X ?
Yes, it's gone.
> If so, Could you please explain why was it removed and what is the best
> option I have given my context.
https://issues.apache.org/jira/browse/CASSANDRA-160
Hi,
I am dealing with reporting with not so important data and I am okay with data
being lost.
I would like to minimize the time taken for the actual data insert.
I am using Cassandra 0.7.4
If it matter, using Hector to connect to Cassandra
cZERO consistency level in Thrift Generated code
org.ap