...@thelastpickle.com]
> Sent: November-22-12 8:04 PM
> To: user@cassandra.apache.org
> Subject: Re: Concurrency and secondary indexes
>
> What version are you on ?
>
>
> but we are finding a secondary index is performing slow
> Not sure what you mean here.
@cassandra.apache.org
Subject: Re: Concurrency and secondary indexes
What version are you on ?
but we are finding a secondary index is performing slow
Not sure what you mean here.
Are secondary indexes concurrent or single threaded?
Rebuilding a secondary index (via node tool) is a single threaded operation
What version are you on ?
> but we are finding a secondary index is performing slow
Not sure what you mean here.
> Are secondary indexes concurrent or single threaded?
Rebuilding a secondary index (via node tool) is a single threaded operation,
but *all* indexes specified on the command lin
We are importing data from one column family into a second column family via
"nodetool refresh" but we are finding a secondary index is performing slow and
the machine CPU is pretty much idle. We are trying to bulk load data as fast as
possible.
Are secondary indexes concurrent or single thread