how to choice the index type when create collection? #38483
hxlsky
started this conversation in
Show and tell
Replies: 1 comment
-
You can estimate the original data size in this way: each dimension is represented as a float32 value, which occupies 4 bytes. So, the original data size is: row_count * dimension * 4 bytes |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
how to choice the index type when create index,which factor need to consider?
Beta Was this translation helpful? Give feedback.
All reactions