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

Lookup Joins #3153

Closed
lnhsingh opened this issue May 16, 2018 · 1 comment
Closed

Lookup Joins #3153

lnhsingh opened this issue May 16, 2018 · 1 comment
Assignees
Milestone

Comments

@lnhsingh
Copy link
Contributor

lnhsingh commented May 16, 2018

cockroachdb/cockroach#19038
cockroachdb/cockroach#25431
cockroachdb/cockroach#22674

explain in docs that there are multiple join algorithms. Explain how each algorithm gets chosen, and how users can influence that choice. (There is a little mention of algorithms in the perf best practices, but the primary source of information should be joins.md instead.) - #534

@lnhsingh lnhsingh self-assigned this May 16, 2018
@lnhsingh lnhsingh added this to the 2.1 milestone May 16, 2018
@lnhsingh lnhsingh added the ready label May 16, 2018
@knz knz mentioned this issue May 30, 2018
lnhsingh pushed a commit that referenced this issue May 30, 2018
Added info about lookup joins + consolidated info about join algorithms
on the Join Expression page.

Closes #3153.
@lnhsingh lnhsingh mentioned this issue May 30, 2018
lnhsingh pushed a commit that referenced this issue May 31, 2018
Added info about lookup joins + consolidated info about join algorithms
on the Join Expression page.

Closes #3153.

minor edit
@jseldess
Copy link
Contributor

Related (from v2.1.0-alpha.20180604 release notes):

PR: cockroachdb/cockroach#25644

The experimental lookup join feature now supports left outer joins. [#25644][#25644] {% comment %}doc{% endcomment %}

PR: cockroachdb/cockroach#25628

From release notes:

The experimental lookup join feature now supports secondary indexes. [#25628][#25628] {% comment %}doc{% endcomment %}

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

No branches or pull requests

2 participants