Was this page helpful?
This document highlights ScyllaDB’s key data modeling features.
Secondary Indexes and Materialized Views provide efficient search mechanisms on non-partition keys by creating an index.
Lightweight Transactions provide conditional updates through linearizability.
Counters are columns that only allow their values to be incremented, decremented, read, or deleted.
Change Data Capture allows you to query the current state and the history of all changes made to tables in the database.
Workload Attributes assigned to your workloads specify how ScyllaDB will handle requests depending on the workload.
Was this page helpful?