Skip to content
  • Luis Soares's avatar
    1e5ae348
    WL#3549: Binlog Compression · 1e5ae348
    Luis Soares authored
    This worklog implements binary log compression, making use of the
    compression algorithm ZSTD. Compression is done per
    transaction. Compressed transactions remain compressed when they are
    replicated between primaries and secondaries. This means that both
    storage and network footprint is reduced for handling binary log
    files.
    
    Approved by: Pedro Gomes <pedro.gomes@oracle.com>
    Approved by: Pedro Figueiredo <pedro.figueiredo@oracle.com>
    1e5ae348
    WL#3549: Binlog Compression
    Luis Soares authored
    This worklog implements binary log compression, making use of the
    compression algorithm ZSTD. Compression is done per
    transaction. Compressed transactions remain compressed when they are
    replicated between primaries and secondaries. This means that both
    storage and network footprint is reduced for handling binary log
    files.
    
    Approved by: Pedro Gomes <pedro.gomes@oracle.com>
    Approved by: Pedro Figueiredo <pedro.figueiredo@oracle.com>
Loading