Looks great, and a nice way to use the Erlang diskmon functionality.
Would it make sense to allow writes which delete data to allow users
to recover some space. Technically it could be a "deleted" update with
a large body, but in most cases users would not do that and would
actually delete data.
Hi All,
out of disk handler
I propose to enhance CouchDB to monitor disk occupancy and react automatically
as free space becomes scarce. I've written a working prototype at:
https://github.com/apache/couchdb/compare/main...out-of-disk-handler
The `diskmon` application is part of Erlang/OTP and