-
Notifications
You must be signed in to change notification settings - Fork 4.1k
opt: add support for "invisible" indexes #72576
Copy link
Copy link
Closed
Labels
C-wishlistA wishlist feature.A wishlist feature.E-quick-winLikely to be a quick win for someone experienced.Likely to be a quick win for someone experienced.T-sql-queriesSQL Queries TeamSQL Queries Team
Description
The feature request is to add a way to create an index that is never used in queries unless specifically selected with a hint. This would be useful to reproduce issues around index corruption in production environments - we don't want the index affecting production queries but we want to try creating it and checking for corruption.
Epic: CRDB-11155
Jira issue: CRDB-11218
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C-wishlistA wishlist feature.A wishlist feature.E-quick-winLikely to be a quick win for someone experienced.Likely to be a quick win for someone experienced.T-sql-queriesSQL Queries TeamSQL Queries Team
Type
Projects
Status
Done