I am using arangodb 2.6.2 and one of the collection holds data for last 2 days. I am noticing strange datafiles collection where it is holding up to 4.7 gb. Alive size is 233 mb and dead size is 2.08mb. I have attached the screenshot. Could somebody explain what exactly happening.
curl --dump - http://localhost:8529/_api/collection/raw/figures
and have a look at the shapes information? This will most probably reveal the used size. – dothebartcurl --dump - http://localhost:8529/_api/collection/_users/figures
gives me the figures for the system collection _users – dothebart