makailol
Results
2
issues of
makailol
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...