-
Notifications
You must be signed in to change notification settings - Fork 4.1k
sql: allow ARRAYs in forward indexes #17154
Copy link
Copy link
Labels
A-sql-encodingRelating to the SQL/KV encoding.Relating to the SQL/KV encoding.C-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)O-communityOriginated from the communityOriginated from the communityX-anchored-telemetryThe issue number is anchored by telemetry references.The issue number is anchored by telemetry references.
Description
Arrays support inverted indexes, but not forward indexes. If you want to index arrays, starting in CockroachDB 20.1 consider using an inverted index on your column.
This issue tracks adding forward indexes to array types.
Jira issue: CRDB-6049
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-sql-encodingRelating to the SQL/KV encoding.Relating to the SQL/KV encoding.C-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)O-communityOriginated from the communityOriginated from the communityX-anchored-telemetryThe issue number is anchored by telemetry references.The issue number is anchored by telemetry references.