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

sql: allow DistSQL plans for locality optimized search to be partially distributed #61103

Open
rytaft opened this issue Feb 25, 2021 · 1 comment
Labels
A-multiregion Related to multi-region A-sql-execution Relating to SQL execution. C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) T-sql-queries SQL Queries Team

Comments

@rytaft
Copy link
Collaborator

rytaft commented Feb 25, 2021

As described in this comment, DistSQL plans implementing locality optimized search must be fully local given the opt.FuseAggressively in the distsql physical planner. We should remove this restriction so that operators other than the scan can be distributed.

Epic CRDB-13964

Jira issue: CRDB-3067

@rytaft rytaft added C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) A-sql-execution Relating to SQL execution. A-multiregion Related to multi-region labels Feb 25, 2021
@rytaft rytaft added this to Triage in BACKLOG, NO NEW ISSUES: SQL Execution via automation Feb 25, 2021
@asubiotto asubiotto moved this from Triage to [GENERAL BACKLOG] Enhancements/Features/Investigations in BACKLOG, NO NEW ISSUES: SQL Execution Mar 2, 2021
@jlinder jlinder added the T-sql-queries SQL Queries Team label Jun 16, 2021
@rytaft rytaft added this to Triage in SQL Queries via automation Mar 30, 2023
@rytaft rytaft moved this from Triage to New Backlog in SQL Queries Mar 30, 2023
@github-actions
Copy link

We have marked this issue as stale because it has been inactive for
18 months. If this issue is still relevant, removing the stale label
or adding a comment will keep it active. Otherwise, we'll close it in
10 days to keep the issue queue tidy. Thank you for your contribution
to CockroachDB!

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Sep 25, 2023
@yuzefovich yuzefovich reopened this Sep 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-multiregion Related to multi-region A-sql-execution Relating to SQL execution. C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) T-sql-queries SQL Queries Team
Projects
BACKLOG, NO NEW ISSUES: SQL Execution
[GENERAL BACKLOG] Enhancements/Featur...
Status: Backlog
SQL Queries
New Backlog
Development

No branches or pull requests

3 participants