Module linera_views::backends::scylla_db
source · Expand description
Implements crate::store::KeyValueStore
for the ScyllaDB database.
The current connection is done via a Session and a corresponding primary key called
“namespace”. The maximum number of concurrent queries is controlled by
max_concurrent_queries
.
Structs§
- The client itself and the keeping of the count of active connections.
- The type for building a new ScyllaDB Key Value Store
Enums§
- The error type for
ScyllaDbStoreInternal
Type Aliases§
- The
ScyllaDbStore
composed type with metrics - The
ScyllaDbStoreConfig
input type - The combined error type for the
ScyllaDbStore
.