Skip to content

Commit

Permalink
Update wrong-index-solution.md
Browse files Browse the repository at this point in the history
Co-authored-by: xixirangrang <[email protected]>
  • Loading branch information
2 people authored and ti-chi-bot committed Dec 19, 2024
1 parent 4735597 commit 73f780c
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 @@ -53,7 +53,7 @@ For more information, see [Engine isolation](/tiflash/use-tidb-to-read-tiflash.m

## Function pushdown

To enhance query performance, TiDB can push down certain functions to the TiKV or TiFlash storage engine for execution. However, some functions are not supported for pushdown, which might limit available execution plans and potentially affect query performance.
To enhance query performance, TiDB can push down certain functions to the TiKV or TiFlash storage engine for execution. However, some functions do not support pushdown, which might limit available execution plans and potentially affect query performance.

For expressions that support pushdown, see [TiKV supported pushdown calculations](/functions-and-operators/expressions-pushed-down.md) and [TiFlash supported pushdown calculations](/tiflash/tiflash-supported-pushdown-calculations.md).

Expand Down

0 comments on commit 73f780c

Please sign in to comment.