Skip to content

Commit

Permalink
tiflash: Remove the description about expr_blacklist in use_tiflash.md (
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Aug 30, 2021
1 parent 7fb33f5 commit f9fc711
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tiflash/use-tiflash.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,12 +232,9 @@ set @@session.tidb_opt_broadcast_join=1
Currently, TiFlash supports pushing down a limited number of expressions, including:
```
+, -, /, *, >=, <=, =, !=, <, >, ifnull, isnull, bitor, in, bitand, or, and, like, not, case when, month, substr, timestampdiff, date_format, from_unixtime, json_length, if, bitneg, bitxor,
round without fraction, cast(int as decimal), date_add(datetime, int), date_add(datetime, string), min, max, sum, count, avg, approx_count_distinct
+, -, /, *, >=, <=, =, !=, <, >, ifnull, isnull, bitor, in, bitand, or, and, like, not, case when, month, substr, timestampdiff, date_format, from_unixtime, json_length, if, bitneg, bitxor, round without fraction, cast(int as decimal), min, max, sum, count, avg, approx_count_distinct
```
Among them, the push-down of `cast` and `date_add` is not enabled by default. To enable it, refer to [Blocklist of Optimization Rules and Expression Pushdown](/blocklist-control-plan.md).
TiFlash does not support push-down calculations in the following situations:
- Expressions that contain the `Time` type cannot be pushed down.
Expand Down

0 comments on commit f9fc711

Please sign in to comment.