This is an automated email from the ASF dual-hosted git repository.

dataroaring pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 04adaea3b3f [docs] Fix inverted index link in POC guide (#3459)
04adaea3b3f is described below

commit 04adaea3b3f273bcaac853c92f4fcbdb1d255668
Author: Yongqiang YANG <[email protected]>
AuthorDate: Thu Mar 12 07:04:47 2026 -0700

    [docs] Fix inverted index link in POC guide (#3459)
    
    ## Summary
    - fix the broken inverted index link in the English POC guide
    - fix the same broken link in the Chinese localized POC guide
---
 docs/gettingStarted/before-you-start-the-poc.md                         | 2 +-
 .../current/gettingStarted/before-you-start-the-poc.md                  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/gettingStarted/before-you-start-the-poc.md 
b/docs/gettingStarted/before-you-start-the-poc.md
index 6263b429e8e..92aae4f141c 100644
--- a/docs/gettingStarted/before-you-start-the-poc.md
+++ b/docs/gettingStarted/before-you-start-the-poc.md
@@ -27,7 +27,7 @@ Creating a table in Doris involves four decisions that affect 
load and query per
 
 ### Sort Key
 
-Put the column you filter on most frequently first, with fixed-size types 
(INT, BIGINT, DATE) before VARCHAR. Doris builds a [prefix 
index](../table-design/index/prefix-index) on the first 36 bytes of key columns 
but stops at the first VARCHAR. Add [inverted 
indexes](../table-design/index/inverted-index) for other columns that need fast 
filtering.
+Put the column you filter on most frequently first, with fixed-size types 
(INT, BIGINT, DATE) before VARCHAR. Doris builds a [prefix 
index](../table-design/index/prefix-index) on the first 36 bytes of key columns 
but stops at the first VARCHAR. Add [inverted 
indexes](../table-design/index/inverted-index/overview) for other columns that 
need fast filtering.
 
 ### Partitioning
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/gettingStarted/before-you-start-the-poc.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/gettingStarted/before-you-start-the-poc.md
index df9f2f6bb69..641cce1aa9f 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/gettingStarted/before-you-start-the-poc.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/gettingStarted/before-you-start-the-poc.md
@@ -27,7 +27,7 @@
 
 ### Sort Key(排序键)
 
-将最常用于过滤的列放在最前面,定长类型(INT、BIGINT、DATE)放在 VARCHAR 之前。Doris 在排序键的前 36 
字节上构建[前缀索引](../table-design/index/prefix-index),但遇到 VARCHAR 
会立即截断。其他需要快速过滤的列可添加[倒排索引](../table-design/index/inverted-index)。
+将最常用于过滤的列放在最前面,定长类型(INT、BIGINT、DATE)放在 VARCHAR 之前。Doris 在排序键的前 36 
字节上构建[前缀索引](../table-design/index/prefix-index),但遇到 VARCHAR 
会立即截断。其他需要快速过滤的列可添加[倒排索引](../table-design/index/inverted-index/overview)。
 
 ### 分区
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to