collection specific fields size #40409
Replies: 1 comment 10 replies
-
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to check the size of the vector field's HNSW index (dim 1024) and the text field (varchar 5000) for a specific collection.
vector field HNSW index size
, can I refer to theSerialized Size
shown in the result of theshow segment-index
query from birdwatcher?Milvus(by-dev) > show segment-index SegmentID: 456451272045388116 State: Flushed IndexV2 build ID: 456451272045643782, states Finished Index Type:HNSW on Field ID: 101 Serialized Size: 531042048 Current Index Version: 5 Index Files: [HNSW_27 HNSW_28 HNSW_33 SLICE_META HNSW_10 HNSW_0 HNSW_2 HNSW_25 HNSW_3 HNSW_32 HNSW_1 HNSW_13 HNSW_7 HNSW_11 HNSW_12 HNSW_15 HNSW_16 HNSW_5 HNSW_6 HNSW_17 HNSW_18 HNSW_21 HNSW_29 HNSW_4 HNSW_9 HNSW_23 HNSW_26 HNSW_30 HNSW_31 HNSW_8 HNSW_14 HNSW_19 HNSW_20 HNSW_22 HNSW_24 HNSW_34] [Finished]: 1
text
field using birdwatcher or metrics? Or do I need to estimate it based on the number of entity rows?Beta Was this translation helpful? Give feedback.
All reactions