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

Online DDL: improved row estimation via ANALYE TABLE with --analyze-table strategy flag #13352

Merged
merged 5 commits into from
Jul 13, 2023

Commits on Jun 21, 2023

  1. DDL Strategy: support --analyze-table flag

    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    shlomi-noach committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    d587f23 View commit details
    Browse the repository at this point in the history
  2. Issue an ANALYZE TABLE if --analyze-table is given. Also, update tabl…

    …e_rows if rows_copied exceeds it
    
    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    shlomi-noach committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    31aaafb View commit details
    Browse the repository at this point in the history
  3. use NO_WRITE_TO_BINLOG

    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    shlomi-noach committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    8f13ad6 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Merge branch 'main' into online-ddl-analyze-table

    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    shlomi-noach committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    8e110ec View commit details
    Browse the repository at this point in the history
  2. update workflows

    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    shlomi-noach committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    8d68820 View commit details
    Browse the repository at this point in the history