-
Notifications
You must be signed in to change notification settings - Fork 458
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
Add sql.defaults.experimental_vectorized setting to experimental features list #4953
Comments
The experimental status is mostly due to the fact that vectorization is still under-tested on our end in general. @asubiotto also called out that we don’t yet monitor memory used or spill to disk for large joins, so there is a possibility of crashing a server when doing those, and we don’t yet distributed joins, which increases the chances of this problem. |
Note that distribution of joins is something that will make it in in the next couple of days: cockroachdb/cockroach#38233, so shouldn't be called out as a limitation |
... along with some context about what the feature is, how it works (by linking to George's blog post), and a list of current limitations. Fixes #4953.
... along with some context about what the feature is, how it works (by linking to George's blog post), and a list of current limitations. Fixes #4953.
... along with some context about what the feature is, how it works (by linking to George's blog post), and a list of current limitations. Fixes #4953.
A quick note: we have just merged a PR (cockroachdb/cockroach#38777) that renamed
|
Thanks! just created #5141 to address. |
Customer asked about the dangers of using this in production. Not clear. We should add to https://www.cockroachlabs.com/docs/dev/experimental-features.html with some details.
I answered:
The text was updated successfully, but these errors were encountered: