You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We already have "invisible index" implemented. However, variable use_invisible_indexes was not included. This could be caused by incomplete support of optimizer_switches.
As we are about to support index advisor in H1. This ability becomes important to verify the proposed indexes. Before implementing optimizer_switches, we could introduce a new variable in TiDB for this purpose.
hawkingrei
changed the title
Uploaded image for project: 'Feature Development' Feature DevelopmentFD-1401 Control the visibility of invisible index in session level
Control the visibility of invisible index in session level
Jan 23, 2024
Enhancement
We already have "invisible index" implemented. However, variable use_invisible_indexes was not included. This could be caused by incomplete support of optimizer_switches.
As we are about to support index advisor in H1. This ability becomes important to verify the proposed indexes. Before implementing optimizer_switches, we could introduce a new variable in TiDB for this purpose.
tidb_opt_use_invisible_indexes
whose scope is session only. *: support tidb_opt_use_invisible_indexes #50654The text was updated successfully, but these errors were encountered: