Skip to content

Randomness of MIlvus Collection #32733

Apr 30, 2024 · 1 comments · 10 replies
Discussion options

You must be logged in to vote

I mean two different full test processes might get different segment size.
Let's say we want to test 1M entities with different index types.
Process 1: create collection A, insert data batch by batch, 10000 entities for each batch. create index, test search
Process 2: create collection B, insert data batch by batch, 500 entities for each batch. create index, test search

Assume the total data size is 500MB.
The process 1 might get these segments: 130MB + 130MB + 130MB + 110MB.
The process 2 might get these segments: 120MB + 120MB + 120MB + 140MB

Data distribution is different. Search result might be a bit different.

If you use the same collection to test, no additional data inserted. Yes, …

Replies: 1 comment 10 replies

Comment options

You must be logged in to vote
10 replies
@Chahnwoo
Comment options

@yhmo
Comment options

@Chahnwoo
Comment options

@yhmo
Comment options

Answer selected by Chahnwoo
@Chahnwoo
Comment options

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