Skip to content

Commit 4abff33

Browse files
[Chinese] Update inverted-index.md (apache#1246)
drop index response delete index not construct index # Versions - [ ] dev - [ ] 3.0 - [x] 2.1 - [ ] 2.0 # Languages - [x] Chinese - [ ] English
1 parent f8a7179 commit 4abff33

File tree

1 file changed

+1
-1
lines changed
  • i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/table-design/index

1 file changed

+1
-1
lines changed

i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/table-design/index/inverted-index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ ALTER TABLE table_name DROP INDEX idx_name;
265265

266266
:::tip
267267

268-
`DROP INDEX` 会删除索引定义,新写入数据不会再写索引,同时会生成一个异步任务执行索引删除操作,在每个 BE 上有多个线程执行索引构建任务,通过 BE 参数 `alter_index_worker_count` 可以设置,默认值是3。
268+
`DROP INDEX` 会删除索引定义,新写入数据不会再写索引,同时会生成一个异步任务执行索引删除操作,在每个 BE 上有多个线程执行索引删除任务,通过 BE 参数 `alter_index_worker_count` 可以设置,默认值是3。
269269

270270
:::
271271

0 commit comments

Comments
 (0)