OpenTenBase/TXSQL

扩展binlog的row image

Open

#23 opened on 2025年8月7日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)C++ (224 forks)auto 404
good first issue

Repository metrics

Stars
 (331 stars)
PR merge metrics
 (PR metrics pending)

説明

binlog在参数binlog_row_image为full时,会记录一个记录的完整镜像。比如update,会记录完整的前后镜像数据,有较多的冗余数据。增加一种binlog_row_image的格式,只记录原镜像及新镜像中的变化数据,以减少对存储空间的占用。

コントリビューターガイド