Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Grace Cai <[email protected]>
  • Loading branch information
dveeden and qiancai authored Dec 13, 2024
1 parent 5cdc2ae commit bc1ef94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wrong-index-solution.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit bc1ef94

Please sign in to comment.