Unsolved
This post is more than 5 years old
8 Posts
0
1919
June 3rd, 2018 18:00
About object's metadata size
How many KB is one object's system metadata size(without custom meta) ? or How to calculate one object's system metadata size? many Thanks.
No Events found!
JasonCwik
281 Posts
0
June 6th, 2018 08:00
Object metadata varies greatly depending on a few factors like versioning, overwrites/updates, object size, etc. The best way to calculate this today is to create a million objects and then divide the metadata space in ECS by the object count. When we do this without any user metadata, we come up with a figure around 6kB per object. Since metadata is currently stored as 3 replicas, this means about 18kB on disk. This is an area we're currently working hard on and we expect significant improvement in the next few releases.
Gerryliu
4 Posts
0
June 6th, 2018 18:00
Got, Thanks.