Re: very inefficient operation with tombstones

2013-07-02 Thread Robert Wille
I've seen the same thing From: Sylvain Lebresne Reply-To: Date: Tue, 2 Jul 2013 08:32:06 +0200 To: "user@cassandra.apache.org" Subject: Re: very inefficient operation with tombstones This is https://issues.apache.org/jira/browse/CASSANDRA-5677. -- Sylvain On Tue, Jul

Re: very inefficient operation with tombstones

2013-07-01 Thread Sylvain Lebresne
This is https://issues.apache.org/jira/browse/CASSANDRA-5677. -- Sylvain On Tue, Jul 2, 2013 at 6:04 AM, Mohica Jasha wrote: > Querying a table with 5000 thousands tombstones take 3 minutes to complete! > But Querying the same table with the same data pattern with 10,000 entries > takes a frac

very inefficient operation with tombstones

2013-07-01 Thread Mohica Jasha
Querying a table with 5000 thousands tombstones take 3 minutes to complete! But Querying the same table with the same data pattern with 10,000 entries takes a fraction of second to complete! Details: 1. created the following table: CREATE KEYSPACE test WITH replication = {'class': 'SimpleStrategy