Module linera_views::backends
source · Expand description
Backend implementing the crate::store::KeyValueStore
trait.
Modules§
- Implements
crate::store::KeyValueStore
by combining two existing stores. - Implements
crate::store::KeyValueStore
for the DynamoDB database. - Turns a
DirectKeyValueStore
into aKeyValueStore
by adding journaling. - Add LRU (least recently used) caching to a given store.
- Implements
crate::store::KeyValueStore
in memory. - Adds metrics to a key-value store.
- Implements
crate::store::KeyValueStore
for the RocksDB database. - Implements
crate::store::KeyValueStore
for the ScyllaDB database. - Adds support for large values to a given store by splitting them between several keys.