Re: CouchDB Replica Size

2015-10-13 Thread Kiril Stankov
I do this each hour for backup purpose. The behavior is as you describe - the replicated DB is bigger than the source. After replicating with curl, I do a compact on the replica, and then its size is reduced. *With best re

Re: CouchDB Replica Size

2015-10-09 Thread Mike Marino
Did you try compacting the target database? Dave Westerman schrieb am Fr., 9. Okt. 2015 um 23:55: > Why would a new target replica of a CouchDB database be over twice the > size in the filesystem as the source database after the replication is > finished? I have a CouchDB database that has 2.5 mi

CouchDB Replica Size

2015-10-09 Thread Dave Westerman
Why would a new target replica of a CouchDB database be over twice the size in the filesystem as the source database after the replication is finished? I have a CouchDB database that has 2.5 million documents, and takes up about 597MB on the filesystem. When I replicate to another database on the s