Skip to content

Commit

Permalink
[Improvement](docs) refine query acceleration doc
Browse files Browse the repository at this point in the history
  • Loading branch information
xzj7019 committed Dec 25, 2024
1 parent 80851c0 commit 2996213
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
{
"title": "Adjusting Join Shuffle Mode with Hint",
"language": "en"
Expand Down Expand Up @@ -40,7 +41,7 @@ SELECT COUNT(*) FROM t2 JOIN [broadcast] t1 ON t1.c1 = t2.c2;
SELECT COUNT(*) FROM t2 JOIN [shuffle] t1 ON t1.c1 = t2.c2;
```

## Case Study
## Case

Next, we will demonstrate the usage of Distribute Hints through an example:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Currently, the Doris optimizer supports several cost-based rewrites, which can b
- PUSH_DOWN_AGG_THROUGH_JOIN_ONE_SIDE
- PUSH_DOWN_DISTINCT_THROUGH_JOIN

## Example
## Case

Here is a query example:

Expand Down

0 comments on commit 2996213

Please sign in to comment.