Category "scylla"

Efficiency of Querying 10 Billion Rows (with High Cardinality) in ScyllaDB

Suppose I have a table with ten billion rows spread across 100 machines. The table has the following structure: PK1 PK2 PK3 V1 V2 Where PK represents a partiti

In Scylla DB, How can I query the records in desc order?

I have a table in ScyllaDB: CREATE TABLE myservice.auditlog ( operatorid text, operationtime bigint, action text, actiontype text, appname t

An Alternative to Counter Columns in ScyllaDB

According to the official documentation, among the restrictions on counter columns in ScyllaDB are: The only other columns in a table with a counter column can