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

opt: Add optimizer support for UPSERT and INSERT..ON CONFLICT statements #4264

Closed
jseldess opened this issue Jan 15, 2019 · 1 comment
Closed
Assignees
Labels
C-product-change P-1 High priority; must be done this release
Milestone

Comments

@jseldess
Copy link
Contributor

PR: cockroachdb/cockroach#33339

From release notes:

The new experimental_optimizer_updates cluster setting controls whether UPDATE and UPSERT statements are planned by the cost-based optimizer rather than the heuristic planner. Also note that when the setting is set, check constraints are not checked for rows skipped by the INSERT ... DO NOTHING clause. [#33339][#33339] {% comment %}doc{% endcomment %}

@jseldess jseldess added this to the 2.2 milestone Jan 15, 2019
@jseldess jseldess added C-product-change ready P-1 High priority; must be done this release labels Jan 15, 2019
@jseldess jseldess modified the milestones: 2.2, 19.1 Feb 25, 2019
@rmloveland
Copy link
Contributor

This was done as part of the work that closed #3998 and is already live in the CBO docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-product-change P-1 High priority; must be done this release
Projects
None yet
Development

No branches or pull requests

2 participants