Is there a way to measure the amount of disk space used by the documents returned by a particular view? As an example, let's say all documents in my database are tagged with a userId and I have a view that returns all documents by userId. Now I want to measure the amount of space used by userId=100? Is this possible?
Thanks, Bill
