This is an automated email from the ASF dual-hosted git repository.
kassiez 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 4abff33b9e [Chinese] Update inverted-index.md (#1246)
4abff33b9e is described below
commit 4abff33b9ed2cf4bc6152a7b27ae8707cfec8005
Author: smiletan <[email protected]>
AuthorDate: Tue Nov 19 10:20:19 2024 +0800
[Chinese] Update inverted-index.md (#1246)
drop index response delete index not construct index
# Versions
- [ ] dev
- [ ] 3.0
- [x] 2.1
- [ ] 2.0
# Languages
- [x] Chinese
- [ ] English
---
.../version-2.1/table-design/index/inverted-index.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/table-design/index/inverted-index.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/table-design/index/inverted-index.md
index 489a38660e..6315802c46 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/table-design/index/inverted-index.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/table-design/index/inverted-index.md
@@ -265,7 +265,7 @@ ALTER TABLE table_name DROP INDEX idx_name;
:::tip
-`DROP INDEX` 会删除索引定义,新写入数据不会再写索引,同时会生成一个异步任务执行索引删除操作,在每个 BE 上有多个线程执行索引构建任务,通过
BE 参数 `alter_index_worker_count` 可以设置,默认值是3。
+`DROP INDEX` 会删除索引定义,新写入数据不会再写索引,同时会生成一个异步任务执行索引删除操作,在每个 BE 上有多个线程执行索引删除任务,通过
BE 参数 `alter_index_worker_count` 可以设置,默认值是3。
:::
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]