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

exec: add "auto" vectorize setting and make it default #38777

Merged
merged 2 commits into from
Aug 2, 2019

Commits on Aug 2, 2019

  1. sql: minor modifications around vectorize setting

    Renames Vectorize to VectorizeMode and removes "experimental_"
    prefix.
    
    Release note: None
    yuzefovich committed Aug 2, 2019
    Configuration menu
    Copy the full SHA
    64e155d View commit details
    Browse the repository at this point in the history
  2. distsqlrun: add "auto" setting to vectorize

    Adds a fourth option "auto" to vectorize execution mode setting
    which plans the queries containing only streaming operators via the
    vectorized engine. This option is made a default one. Other options
    have been renamed: "on" -> "experimental_on" and "always" ->
    "experimental_always" to highlight for users the risk of using them.
    
    Release note: None
    yuzefovich committed Aug 2, 2019
    Configuration menu
    Copy the full SHA
    2900184 View commit details
    Browse the repository at this point in the history