> As I understand it, where clauses only apply to primary keys and secondary
> indices.
I’m a little old fashioned and say if there is a query you do as part of a hot
code path it should be supported by materialising a view at write time rather
than using secondary indexes. That will give you
Hi,
I've recently started with Cassandra I'm curious about how data can be
searched. As I understand it, where clauses only apply to primary keys and
secondary indices.
>From what I've researched it appears two options are to use solr or
elasticsearch. I'd appreciate feeback from those that have