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

PR #101178 - opt: inverted-index accelerate filters of the form j = ... and j IN #16773

Open
cockroach-teamcity opened this issue Apr 15, 2023 · 1 comment

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented Apr 15, 2023

Exalate commented:

Related PR: cockroachdb/cockroach#101178
Commit: [https://github.com/cockroachdb/cockroach/commit/85400d3c27913c3952f1a9206a6e040b61889d20](cockroachdb/cockroach@85400d3c27913c3952f1a9206a6e040b61889d20]
Informs: [CRDB-3301]
Fixes: [CRDB-24268)

Release note (performance improvement): The optimizer now plans inverted
index scans for queries using IN or the = operators without the
fetch val (->) operator. eg: json_col = '{"b":"c"}' OR json_col
IN ('"a"', '1')

Jira Issue: DOC-7478

@exalate-issue-sync
Copy link

Nick Vigilante (nickvigilante) commented:
Mike Lewis The {{Epic:}} link in the description was pointing to a task that did not belong to an epic. The {{Fixes:}} link also points to a task that does not belong to an epic.

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

2 participants