Questions tagged [cassandra-sasi-index]

3 questions
3
votes
0 answers

Range query with mutable column - SASI index usage and limitations?

I have an issue with a use case implying a column holding an expiration date that has to be updated on a regular basis and filtered using a range/slice query. Description The table is used to maintain a list of elements to process. First, a list of…
1
vote
2 answers

What is the default index in Cassandra?

I am using cassandra DSE 6.8. I know that there are several indexes used in Cassandra: 2nd index, SASI, SAI, search index, ... When I create an index on a column: CREATE INDEX status_idx ON table_name (status); What is the name of default index ?
David
  • 3,538
  • 9
  • 39
  • 50
1
vote
1 answer

SASI index in cassandra showing erros

I am new to cassandra. Whech i check that sasi is very useful to query espesially in where cluase. But i got an error showing ConfigurationException: Unable to find custom indexer class 'org.apache.cassandra.index.sasi.SASIIndex' My cassandra…
Aqib Zaman
  • 265
  • 2
  • 8
  • 17