Description:
Does there is a way that I can get the disk usage for weaviate data for each collection?
Server Setup Information
- Weaviate Server Version: 1.26
- Deployment Method: docker/k8s/AWS
- Multi Node? no, only one node
- Client Language and Version: JS/TS Client v3
- Multitenancy?: no
Any additional Information\
Hi Alisha!
Whenever a new collection is created on a node, a folder will be created that stores all content related to that collection in the wherever your PERSISTENCE_DATA_PATH
is defined.
So AFAIK, that is the best way to measure the consumption of a collection in your cluster.
Let me know if that helps.
Thanks!
Thanks for your response, I will try your solution.
1 Like