Skip to content

Commit

Permalink
[Chinese] Update inverted-index.md (apache#1246)
Browse files Browse the repository at this point in the history
drop index response delete index not construct index

# Versions 

- [ ] dev
- [ ] 3.0
- [x] 2.1
- [ ] 2.0

# Languages

- [x] Chinese
- [ ] English
  • Loading branch information
intelligentfu8 authored Nov 19, 2024
1 parent f8a7179 commit 4abff33
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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。

:::

Expand Down

0 comments on commit 4abff33

Please sign in to comment.