zksync_storage 26.1.0-non-semver-compat

ZKsync RocksDB storage interfaces
Documentation
1
2
3
4
5
6
7
8
# RocksDB Wrapper

This crate adds the generic support for RocksDB storage. It provides more typesafe access to RocksDB and adds some
generic metrics (e.g., the size of merged batches, and the current file / memory sizes for each column family in the
database).

RocksDB is currently used in the [state keeper](../zksync_core/src/state_keeper) to speed up access to VM state, and by
the [Merkle tree](../merkle_tree).