[
https://issues.apache.org/jira/browse/COUCHDB-3430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16088693#comment-16088693
]
ASF subversion and git services commented on COUCHDB-3430:
----------------------------------------------------------
Commit 6d06dcf8b450259b024217c43ba58f3c67579963 in couchdb's branch
refs/heads/3430-external-size-views from [~tonysun83]
[ https://gitbox.apache.org/repos/asf?p=couchdb.git;h=6d06dcf ]
calculate data_size correctly
Previously, we were calculating the ExternalSize for views by summing
up all the nodes in the btree. Furthermore, this was the compressed
size. Now we modify the reduce function to return an ExternalSize for
uncompressed values in the KVList.
PR: https://github.com/apache/couchdb/pull/608
COUCHDB-3430
> Incorrect External Size for Views
> ---------------------------------
>
> Key: COUCHDB-3430
> URL: https://issues.apache.org/jira/browse/COUCHDB-3430
> Project: CouchDB
> Issue Type: Bug
> Components: Database Core
> Reporter: Tony Sun
> Assignee: Tony Sun
>
> We are using compressed values for External Size calculations. We're also
> going through the entire Btree.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)