zksync_storage

Crates.iozksync_storage
lib.rszksync_storage
version
sourcesrc
created_at2024-07-12 13:06:54.643843
updated_at2024-07-12 13:06:54.643843
descriptionZKsync RocksDB storage interfaces
homepagehttps://zksync.io/
repositoryhttps://github.com/matter-labs/zksync-era
max_upload_size
id1300666
size0
crates-io (github:matter-labs:crates-io)

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: 1500

cargo fmt