Re: Recover space imposed by 4K minimum document size?

2015-06-29 Thread Alexander Shorin
If documents are too small, compaction cannot retrieve all the disk space back. See this thread with the similar question: http://qnalist.com/questions/5836043/couchdb-database-size Question why is still open for me, but at least solution there is. -- ,,,^..^,,, On Tue, Jun 30, 2015 at 3:49 AM,

Re: Recover space imposed by 4K minimum document size?

2015-06-29 Thread Adam Kocoloski
Database compaction should absolutely recover that space. Can you share a few more details? Are you sure the compaction completes successfully? Cheers, Adam > On Jun 29, 2015, at 8:19 PM, Travis Downs wrote: > > I have an issue where I'm posting single smallish (~500 bytes) > documents to couc

Recover space imposed by 4K minimum document size?

2015-06-29 Thread Travis Downs
I have an issue where I'm posting single smallish (~500 bytes) documents to couchdb, yet the DB size is about 10x larger than expected (i.e., 10x larger than the aggregate size of the documents). Documents are not deleted or modified after posting. It seems like what is happening is that every in

question about filtered replication

2015-06-29 Thread Francesco Zamboni
Hello to everybody. We'are going on with our implementation under couchdb, but now I've to see how to resolve a specific problem. We're going to have user-side instances of couchdb, that should replicate only content of the user. Implementing the filter itself is easy, but it's not clear to us if t