zksync_storage

Crates.iozksync_storage
lib.rszksync_storage
version27.0.0-non-semver-compat
sourcesrc
created_at2024-07-12 13:06:54.643843+00
updated_at2025-03-21 16:47:10.863768+00
descriptionZKsync RocksDB storage interfaces
homepagehttps://zksync.io/
repositoryhttps://github.com/matter-labs/zksync-era
max_upload_size
id1300666
size53,600
(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: 2268

cargo fmt