arangodb / arangodb-docker

Docker container for ArangoDB
Apache License 2.0
106 stars 32 forks source link

[Question] Does the image have autocompaction enabled? #94

Open scientes opened 3 years ago

scientes commented 3 years ago

i am currently using a collection as a temporary cache using the ttl index. if i do not regularly run the compaction manually my server would run out of disk space. It seems that auto compaction does not spring into action even if 90% of the collection is deleted. Is there some way to debug this or is it not enabled in the standard docker container?