sasi icon indicating copy to clipboard operation
sasi copied to clipboard

Improved Secondary Indexing with new Query Capabilities (OR, scoping) for Cassandra

Results 5 sasi issues
Sort by recently updated
recently updated
newest added

I have a cluster setup with 3 nodes. followed the instruction on page: https://docs.datastax.com/en/dse/5.1/cql/cql/cql_using/useSASIIndex.html cqlsh> desc table cycling.comments; CREATE TABLE cycling.comments ( id uuid, created_at timestamp, comment text, commenter text,...

Hello, We have a table with primary key : PRIMARY KEY ((user_id, app_id), id) To query all records of user_id, we tried SASI index as below. CREATE CUSTOM INDEX master_userid_sparse...

Hi I have been exploring SASI indexing with your documented examples with my project but I could not make successful query of multiple predicates joined by OR. My table has...

Using one of the quickcheck implementations.

enhancement

Allows different index implementations on different columns.

enhancement