Skip to content

Consider LZ4 for State Tables (RocksDB) #5939

@Arkenan

Description

@Arkenan
cf_opts.set_compression_type(rocksdb::DBCompressionType::Lz4);

If we're IO-bound, reading less bytes from disk can be faster than reading uncompressed. LZ4 decompression is ~4GB/s.

Metadata

Metadata

Assignees

No one assigned

    Labels

    dbSection of performance that requires persisting stateperformanceBlock execution throughput and performance in general

    Type

    No type
    No fields configured for issues without a type.

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions