Elnaz
Elnaz

Reputation: 2900

SASI Index in Cassandra

Is SASI INDEX available for Cassandra 2.1+ ?

Link 1 - Link 2 - Link 3

I found it useful for looking up in my tables in Cassandra, where I had problems in where Clause before. But it seems that it's unavailable for newer versions.

Upvotes: 2

Views: 523

Answers (1)

Patrick McFadin
Patrick McFadin

Reputation: 1351

SASI was originally developed for 2.1 and was available as a patch. The version included in the mainline of Cassandra starts at 3.4. There were a lot if significant changes in the syntax and implementation since the 2.1 version, so I suggest starting there.

Upvotes: 3

Related Questions