-
Notifications
You must be signed in to change notification settings - Fork 4.1k
sql: support more index-type combinations #35730
Copy link
Copy link
Open
Labels
A-sql-pgcompatSemantic compatibility with PostgreSQLSemantic compatibility with PostgreSQLC-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)T-sql-queriesSQL Queries TeamSQL Queries TeamX-anchored-telemetryThe issue number is anchored by telemetry references.The issue number is anchored by telemetry references.meta-issueContains a list of several other issues.Contains a list of several other issues.
Description
The following combinations are not supported:
| Type | Regular index | Inverted index |
|---|---|---|
| JSON | maybe #35706 | already supported |
| VARCHAR | already supported | #41285 |
| composite types | #120531 | (no issue yet) |
| other types | already supported | (no issue yet) |
This is a meta issue filed for tracking and telemetry purposes.
To users who are inconvenience: please leave comments with an explanation of your use case.
Jira issue: CRDB-4560
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-sql-pgcompatSemantic compatibility with PostgreSQLSemantic compatibility with PostgreSQLC-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)T-sql-queriesSQL Queries TeamSQL Queries TeamX-anchored-telemetryThe issue number is anchored by telemetry references.The issue number is anchored by telemetry references.meta-issueContains a list of several other issues.Contains a list of several other issues.
Type
Projects
Status
Cold Storage