I recently wondered why my /var/lib/couchdb/_dbs.couch
files kept its filesize when I dropped an entire database. It seems like, anytime I create a (test) db it gets written and stored there, but it never gets entirely removed when I delete the database again (Fauxton 2.1.1).
I can even see/search for the database names within that file.
Any explanation for this behavior?