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
dveeden and hfxsd authored Dec 16, 2024
1 parent d8b0b5a commit bd5ab40
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 bd5ab40

Please sign in to comment.