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: allow multiple incremental commits in optimize #1621

Merged
merged 1 commit into from
Sep 19, 2023

Commits on Sep 18, 2023

  1. feat: allow multiple incremental commits in optimize

    Currently "optimize" executes the whole plan in one commit, which might
    fail. The larger the table, the more likely it is to fail and the more
    expensive the failure is.
    
    Add an option in OptimizeBuilder that allows specifying a commit
    interval. If that is provided, the plan executor will periodically
    commit the accumulated actions.
    kvap committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    15892d9 View commit details
    Browse the repository at this point in the history