Hi guys, I have thousands of databases in Couchdb 2 cluster and I get them constantly updated. Each database is also rotated on monthly basis i.e. I'm keeping dbs for the last several months, then just remove oldes ones. I suppose _global_changes database is going to extensively grow as databases are going to be continuously created/updated/deleted. Does _global_changes database provide any mechanism of automatic data expiration? Or is it better to disable _global_changes database with such a usage pattern?
thanks, --Vovan
