Re: Performance deterioration while building secondary index

2011-09-16 Thread Jonathan Ellis
gt; -- > View this message in context: > http://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/Performance-deterioration-while-building-secondary-index-tp6564401p6801680.html > Sent from the cassandra-u...@incubator.apache.org mailing list archive at > Nabble.com. > -- Jon

Re: Performance deterioration while building secondary index

2011-09-16 Thread buddhasystem
-deterioration-while-building-secondary-index-tp6564401p6801680.html Sent from the cassandra-u...@incubator.apache.org mailing list archive at Nabble.com.

Re: Performance deterioration while building secondary index

2011-07-08 Thread Jonathan Ellis
My guess: index build isn't respecting the background i/o throttle. On Fri, Jul 8, 2011 at 5:55 PM, Maxim Potekhin wrote: > I have roughly 150 million rows in my database, which will grow as I > continue testing. I'm building an index on a particular column, via > cassandra-cli, something of the

Performance deterioration while building secondary index

2011-07-08 Thread Maxim Potekhin
I have roughly 150 million rows in my database, which will grow as I continue testing. I'm building an index on a particular column, via cassandra-cli, something of the sort: update column family jobs with column_metadata = [{column_name : 'DATE', validation_class : AsciiType, index_type :