opt: inverted index improvements #59331
Labels
A-sql-optimizer
SQL logical planning and optimizations.
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
meta-issue
Contains a list of several other issues.
T-sql-queries
SQL Queries Team
This issue tracks improvements that could be made to inverted indexes.
->
JSON fetch value operator when the result is equal to an object or array, e.g.j->'a' = {"a": "b"}
opt: inverted-index accelerate filters of the form j->'a' = '{"b": "c"} #59605<
,<=
,>
,>=
sql: add support for comparison operators in inverted indexes #35154&&
#75477->
JSON fetch value operatorj->0 = '{"b": "c"}
#94666<@
, or@>
when the indexed column is on the right opt: index accelerate <@ (contained by) expressions for JSON and Array inverted indexes #59763InvertedConstraint
with aSpanExpression
inprops.Scalar
so we can improve selectivity estimates of JSON/Array/spatial predicates. opt: improve selectivity estimation of JSON/Array/Spatial predicates in Select #62835invertedFilter
by supportingINTERSECTION
andUNION
operations on histograms.[...]
to fetch value operators->
#83441j = ...
andj IN (...)
#96658Jira issue: CRDB-3301
The text was updated successfully, but these errors were encountered: