Skip to content

Question about Vector Insertion and Index Building #5023

Discussion options

You must be logged in to vote

i. Does 1. g. [inserting data to the different collection concurrently] would affect insertion speed?

No, it doesn't.
Disk IO is the main factor that affects the insertion performance. Multi-threading doesn't help it.

ii. So I'm wondering that does my Milvus did use index for searching or just do the brute-force?
Besides, does Milvus really build index during inserting?

Please refer to create_index.
According to your description, you firstly specified the index and then inserted the data. So the data inserted must reach index_ file_size (1024 Mb), the index would be created. How about your row_count of the collection 1?
But if your data is static, you can insert the data before specif…

Replies: 2 comments 10 replies

Comment options

You must be logged in to vote
8 replies
@yhmo
Comment options

@shengjun1985
Comment options

@Chisdo
Comment options

@shengjun1985
Comment options

@Chisdo
Comment options

Answer selected by Chisdo
Comment options

You must be logged in to vote
2 replies
@Chisdo
Comment options

@yhmo
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants