sql: add support for inet_ops
inverted index
#122375
Labels
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
O-support
Would prevent or help troubleshoot a customer escalation - bugs, missing observability/tooling, docs
P-3
Issues/test failures with no fix SLA
T-sql-queries
SQL Queries Team
This issue tracks adding support for indexing the
inet_ops
operator class. This is useful for operators like>>
(containment), for which there isn't currently a way to avoid a full-table-scan. Note that CRDB already supports the operations themselves (seeinet_contains_or_equals
here, for example), but is unable to inline them into an index scan.Related to #35730
Jira issue: CRDB-37844
The text was updated successfully, but these errors were encountered: