opt: support = like IN for locality optimized search #93141
Labels
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
E-quick-win
Likely to be a quick win for someone experienced.
T-sql-queries
SQL Queries Team
Is your feature request related to a problem? Please describe.
I'm sure that I'm not using the right terminology here. I was following along with #91084 and I tried it out myself (without copy-paste) and I typed something marginally different from the query was shown as working. I believe that it's the same, on some level, but it behaves very differently.
Consider:
The example query which works today is:
This works nicely. Now, instead, consider:
The differences is
=
instead ofIN
. I would expect that this can be equally optimized the same way, but it's not.Jira issue: CRDB-22186
The text was updated successfully, but these errors were encountered: