Re: Exact definition of a database "active size"

2018-10-23 Thread Paul Davis
n > > > > - Original Message - > > From: "Adam Kocoloski" > > To: "dev@couchdb.apache.org Developers" > > Sent: Monday, October 22, 2018 5:13:05 PM > > Subject: Re: Exact definition of a database "active size" > > &g

Re: Exact definition of a database "active size"

2018-10-23 Thread Jan Lehnardt
to Adam's definition, which I think is closest to the "former" definition > in Eric's first post. > > -Joan > > - Original Message - > From: "Adam Kocoloski" > To: "dev@couchdb.apache.org Developers" > Sent: Monday, October 22, 2018 5

Re: Exact definition of a database "active size"

2018-10-22 Thread Joan Touzet
+1 to Adam's definition, which I think is closest to the "former" definition in Eric's first post. -Joan - Original Message - From: "Adam Kocoloski" To: "dev@couchdb.apache.org Developers" Sent: Monday, October 22, 2018 5:13:05 PM Subject: Re: Exact de

Re: Exact definition of a database "active size"

2018-10-22 Thread Adam Kocoloski
I think sizes.active should be a close approximation of the size of the database after compaction; i.e. it should be possible to use (sizes.file - sizes.active) as a way to estimate the number of bytes that can be reclaimed by compacting that database shard. Adam > On Oct 22, 2018, at 4:32

Exact definition of a database "active size"

2018-10-22 Thread Eiri
Dear all, I’d like to hear your opinion on how we should interpret a database attribute “active size”. As you surely know we are using three different size attributes in a database info: file - the size of the database file on disk; external - the uncompressed size of database contents and