How do i search for a value in Cassandra
Lets say there is a column Name which contains "Albert Wesker"
I want the search to return result if user is passing "Albert" or "Wesker" or "bert" etc..
How do i search for a value in Cassandra
Lets say there is a column Name which contains "Albert Wesker"
I want the search to return result if user is passing "Albert" or "Wesker" or "bert" etc..
Nop. There is no direct support. you would have to use secondary indexes. But not much can be achieved.
you can go for Solandra or even DSE.