zksync_storage

Crates.iozksync_storage
lib.rszksync_storage
version29.4.0-non-semver-compat
created_at2024-07-12 13:06:54.643843+00
updated_at2025-09-24 17:58:33.92834+00
descriptionZKsync RocksDB storage interfaces
homepagehttps://zksync.io/
repositoryhttps://github.com/matter-labs/zksync-era
max_upload_size
id1300666
size74,182
(CratesMatterLabs)

documentation

README

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 to speed up access to VM state, and by the Merkle tree.

Commit count: 2808

cargo fmt