-
Notifications
You must be signed in to change notification settings - Fork 3.9k
wip: sql: dynamically disable vectorized execution #146330
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
base: master
Are you sure you want to change the base?
Conversation
It looks like your PR touches production code but doesn't add or edit any test code. Did you consider adding tests to your PR? 🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is dev-inf. |
Preliminary results:
I need to run with a higher |
|
Upon closer inspection, this change isn't working as intended and vectorization is not disabled. So the results are very suspect. I don't know what would explain these gains. |
10a9b00
to
687f008
Compare
I've fixed the issue, and am getting similar results, though slightly better. Probably time for a full sysbench run...
|
I only measured a 1.64% increase in throughput from this.
|
Here's two runs I did without the changes in this PR, for comparison:
|
No description provided.