mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-28 06:25:28 +08:00
[skip e2e] improve annotation (#13948)
Signed-off-by: Xieql <qianglong.xie@zilliz.com>
This commit is contained in:
parent
9297b08f43
commit
6af7741c5f
@ -137,7 +137,7 @@ bash run_on_cluster.bash make_index_vslices
|
||||
For a real dataset, the data would be read from a DBMS.
|
||||
In that case, reading the data and indexing it in parallel is worthwhile because reading is very slow.
|
||||
|
||||
## Splitting accross inverted lists
|
||||
## Splitting across inverted lists
|
||||
|
||||
The 200 slices need to be merged together.
|
||||
This is done with the script [merge_to_ondisk.py](merge_to_ondisk.py), that memory maps the 200 vertical slice indexes, extracts a subset of the inverted lists and writes them to a contiguous horizontal slice.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user