sql: inverted index on array types #43199
Labels
A-sql-pgcompat
Semantic compatibility with PostgreSQL
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
This issue tracks adding an inverted index access method (GIN index in Postgres) for array types.
The encoding for these should be a simpler version of what we have for JSON inverted indexes. The index should be usable to satisfy queries of the form:
with a tight index span.
The optimizer should also be able to plan zigzag joins against these indexes when there's a conjunction of this form.
The text was updated successfully, but these errors were encountered: