OpenTenBase/TXSQL

扩展binlog的row image

Open

#23 opened on Aug 7, 2025

View on 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)

Description

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

Contributor guide