I feel that the question is simple yet I was surprised to not find any documentation nor information on it at all. I simply want to get or compute the size in bytes of a single couchbase database.
For example, I have a database that stores all the information of cars at a dealership. There are multiple documents within the database. I would like to figure out how to compute the non-compressed total size of the database. This include everything in the database (all documents, attachments, text, everything)
Ideally, using Swift 3.0. However, I can port over language to swift if anyone knows how to get the database size in any language.
My question is also posted on StackOverflow