Skip to content

Commit

Permalink
remove a unnecessary line (#7212)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomShawn authored Sep 27, 2021
1 parent 2ef06c1 commit dc54a12
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion optimizer-hints.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ SELECT /*+ AGG_TO_COP() */ sum(t1.a) FROM t t1;

`LIMIT_TO_COP()` 提示优化器将指定查询块中的 `Limit``TopN` 算子下推到 coprocessor。优化器没有下推 `Limit` 或者 `TopN` 算子时建议尝试使用该提示。例如:


{{< copyable "sql" >}}

```sql
Expand Down

0 comments on commit dc54a12

Please sign in to comment.