Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat binlog apply optimization #1378

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Feb 5, 2024

  1. feat(feat-binlog-apply-optimization): feat-binlog-apply-optimization

    1. Support for ignoring binlog events that exceed chunk boundary values. 2. Support for binlog merge
    processing.
    shaohoukun committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    f6cb516 View commit details
    Browse the repository at this point in the history
  2. docs(x): x

    shaohoukun committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    6ae1340 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. fix(x): x

    shaohoukun committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    1746b18 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. fix(feat-binlog-apply-optimization): feat-binlog-apply-optimization

    When there is only one column in a unique index, merging of DML binlog events is permitted.
    shaohoukun committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    d6a536b View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. fix(feat-binlog-apply-optimization): add handling when MigrationItera…

    …tionRangeMaxValues is nil
    
    Add handling for the case when MigrationIterationRangeMaxValues is nil
    shaohoukun committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    ea8378b View commit details
    Browse the repository at this point in the history