Was this page helpful?
Features¶
This document highlights ScyllaDB’s key data modeling features.
ScyllaDB 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.
Backup and Restore allows you to create backups of your data and restore it when needed.