I'd like to know the size of the documents that are stored within my CouchDB database. How would I write a view that would list the size of the documents?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Answering my own question, I found this to be acceptable (incorporating Marcello's comment):
Edit: incorporating @dch's comments, this is a more complete estimate of over-the-wire size but as he notes, this is not the size of the document on disk.
|
|||||||||
|
|
As usual the answer depends a little on what you are intending to do with that data.
|
|||
|