solana-with-rpc-optimizations/core
Yueh-Hsuan Chiang ae75b1a25f
(LedgerStore) Add compression type (#23578)
This PR adds `--rocksdb-ledger-compression` as a hidden argument to the validator
for specifying the compression algorithm for TransactionStatus.  Available compression
algorithms include `lz4`, `snappy`, `zlib`. The default value is `none`.

Experimental results show that with lz4 compression, we can achieve ~37% size-reduction
on the TransactionStatus column family, or ~8% size-reduction of the ledger store size.
2022-03-22 02:27:09 -07:00
..
benches Add tx weighting stage 2022-03-17 19:31:28 -05:00
src core: partial versioned transaction support for voting service 2022-03-21 22:59:05 -06:00
tests (LedgerStore) Add compression type (#23578) 2022-03-22 02:27:09 -07:00
.gitignore
Cargo.toml Bump version to v1.11 (#23807) 2022-03-21 17:40:50 -05:00
build.rs