Skip to content

Commit

Permalink
docs: fix some minor typos
Browse files Browse the repository at this point in the history
  • Loading branch information
SYaoJun authored and PsiACE committed Jan 26, 2024
1 parent 67fd85a commit 8bdb019
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/content/docs/minibend/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Databend 的索引无需人为创建,由部署的实例自行维护。同时

- 更快的速度(更低的延迟)。
- 在 OLTP 场景下,则更强调性价比。
- 而对于 OLAP 场景,则追求更的高吞吐量
- 而对于 OLAP 场景,则追求更高的吞吐量

下面的图片展现的是一种典型的查询优化,对 JOIN 进行重排。

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ giscus = true

![databend arch](https://databend-internals.psiace.me/productivity-topics/Databend-RustConfChina2022/Databend-RustConfChina2022_08.png)

右边是 Databend 的一个架构图。
左边是 Databend 的一个架构图。

最上一层对接 AI、BI 等应用,最下一层打通 S3、GCS、IPFS 等存储系统。中间三层则是 Databend 的主体部分。

Expand Down
2 changes: 1 addition & 1 deletion docs/content/docs/the-basics/query-optimization.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ giscus = true

- 更快的速度(更低的延迟),这是一个非常直观的评价标准。
- 在 OLTP 场景下,则更强调性价比。
- 而对于 OLAP 场景,则追求更的高吞吐量
- 而对于 OLAP 场景,则追求更高的吞吐量
- 从商业口号的角度看,可能偏向于一次“正确”的技术选型。

### 为什么可以优化 SQL 查询
Expand Down

0 comments on commit 8bdb019

Please sign in to comment.