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

colexec: implement vectorized index join #11418

Closed
jseldess opened this issue Sep 8, 2021 · 2 comments
Closed

colexec: implement vectorized index join #11418

jseldess opened this issue Sep 8, 2021 · 2 comments

Comments

@jseldess
Copy link
Contributor

jseldess commented Sep 8, 2021

Jesse Seldess (jseldess) commented:

PR: cockroachdb/cockroach#67450

From release notes:

The [vectorized execution engine](../v21.2/vectorized-execution.html] can now perform a scan over an index, and then join on the primary index to retrieve the required columns. [#67450][#67450)

Jira Issue: DOC-1383

@exalate-issue-sync
Copy link

Stephanie Bodoff (stbof) commented:
Yahor Yuzefovich Do you know if this feature was ever listed as a known limitation? I can’t find anything.

@exalate-issue-sync
Copy link

Yahor Yuzefovich (yuzefovich) commented:
Stephanie Bodoff I think we never documented that as a limitation. To be more precise, before this PR the queries would still run through the vectorized execution engine, but they wouldn’t be as efficient as they are in 21.2 release, so probably the better category for this release note would be “performance improvement”.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant