On Tue, Aug 20, 2013 at 5:57 PM, Kanwar Sangha <kan...@mavenir.com> wrote:

>  Hi – I was reading some blogs on implementation of secondary indexes in
> Cassandra and they say that “the read requests are sent sequentially to all
> the nodes” ? ****
>
> ** **
>
> So if I have a query to fetch ALL records with the secondary index filter,
> will the co-ordinator node send the requests to nodes one by one ?
>

Stock disclaimer about Cassandra Secondary Indexes :

Unless you actually need the feature of atomic update of the secondary
index with the base row, you are probably better off just using a manual
pseudo-Secondary-Index column family.

=Rob

Reply via email to