Given that attachments are seemingly stored as key/value pairs within a document, does that mean that each revision of a document contains the attachments as well? Or are they stored independently?
For instance, given a 5kb document with a 100Mb attachment that has 10 revs (where the attachment was added in rev 1), will the total storage requirements be 5kb * 10 + 100Mb or (5kb + 10Mb) * 10? Thanks, Eric
