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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -15,7 +15,7 @@ There are multiple reasons why the optimizer might choose an unexpected index:
-**Engine selection**: in some cases, the optimizer might select a storage engine that is not optimal for the query.
-**Function pushdown limitations**: certain functions or operations might not be pushed down to storage engines, potentially affecting query performance.
## Statistics
## Statistics health
You can first view the [health state of tables](/statistics.md#health-state-of-tables) in the statistics, and then solve this issue according to the different health states.