0 votes
in Cassandra by
recategorized by
When do you have to avoid using secondary indexes

On columns containing high count of unique values

Use secondary index on as many columns

On columns containing less count of unique values

can use it on any columns without effecting performance

1 Answer

0 votes
by
On columns containing high count of unique values
...