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

logictest: introduce new configs for experimental distsql planning #50249

Merged
merged 1 commit into from
Jun 17, 2020

Commits on Jun 16, 2020

  1. logictest: introduce new configs for experimental distsql planning

    This commit adds three new configurations `local-exp-planning`,
    `fakedist-exp-planning`, and `5node-exp-planning` which override
    `experimental_distsql_planning` cluster setting to `on`. The
    corresponding config is included in `5node-defaults` list. And once
    the new factory is significantly implemented, it will probably make
    sense to add the configs to `default-configs`.
    
    Release note: None
    yuzefovich committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    ceab620 View commit details
    Browse the repository at this point in the history