You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2014/02/10 22:53:30 UTC

[jira] [Commented] (COUCHDB-2001) Finish the size calculating changes

    [ https://issues.apache.org/jira/browse/COUCHDB-2001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13897072#comment-13897072 ] 

ASF subversion and git services commented on COUCHDB-2001:
----------------------------------------------------------

Commit 1d3d5bc2bef0233e78ecd83d01dc8e41e2620aae in branch refs/heads/1843-feature-bigcouch from [~paul.joseph.davis]
[ https://git-wip-us.apache.org/repos/asf?p=couchdb.git;h=1d3d5bc ]

Fix bug in erlang views test

This test was incorrectly relying on a bug in the reduce behavior that
would return a reduce value without ever re-reducing it. The fix is to
just correct the test reduce function to behave properly.

COUCHDB-2001


> Finish the size calculating changes 
> ------------------------------------
>
>                 Key: COUCHDB-2001
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-2001
>             Project: CouchDB
>          Issue Type: Improvement
>          Components: BigCouch
>            Reporter: Volker Mische
>            Assignee: Paul Joseph Davis
>
> The #leaf{} record change is to enable us to add more data size
> calculations. CouchDB master calculates a data size that account for
> all bytes that are active in a .couch file. Cloudant is interested in
> the total size of uncompressed docs and attachments minus the internal
> overhead of btrees. And there’s a fourth number to calculate based on
> the compression level used. Having each of these numbers will be
> useful as well as the calculations they’ll enable (ie, dead bytes in
> file, bytes used for overhead, compression ratio achieved, etc).



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)