We have a system that basically writes 250 MB of data to our CouchDB 2 instance, which generates ~ 50 GB / day in the global_changes database.
This makes CouchDB2 consumes the entire disk.
Once you get to this state, CouchDB2 goes and never returns.
We would like to know if there is any way to limit the size of the global_changes table or if there is a way to manage this table, for example, a set of best practices.
source share