solana/validator
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
..
src (LedgerStore) Add compression type (#23578) 2022-03-22 02:27:09 -07:00
.gitignore Ignore test-ledger when running test-validator (#19433) 2021-08-25 15:48:12 -07:00
Cargo.toml Bump version to v1.11 (#23807) 2022-03-21 17:40:50 -05:00
solana-test-validator Initial solana-test-validator command-line program 2020-12-11 04:17:38 +00:00