boluor opened a new pull request, #3727:
URL: https://github.com/apache/doris-website/pull/3727
## Summary
The Chinese prefix-index page (`table-design/index/prefix-index`) gives
advice on ordering Key columns by query frequency. The second bullet reads:
> 2. 约常用的字段越放在前面,因为前缀索引只对 WHERE 条件中字段在 Key 的前缀中才有效。
The leading `约` is a typo for `越` — the sentence uses the `越……越……` ("the
more … the more …") construction, so it should read:
> 2. 越常用的字段越放在前面,因为前缀索引只对 WHERE 条件中字段在 Key 的前缀中才有效。
Reported in #3724.
## Scope
The typo is present in the zh-CN **2.1** and **3.x** docs. The 4.x / current
Chinese page was rewritten and no longer contains this sentence, so no change
is needed there.
## Test plan
- [x] Confirmed the live 3.x and 2.1 zh pages still show `约常用的字段越放在前面`,
while the latest (4.x) page no longer has the sentence.
- [x] Dead-link check passes on the changed files.
- [ ] CI build.
Closes #3724
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]