[
https://issues.apache.org/jira/browse/GORA-424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14579406#comment-14579406
]
ASF GitHub Bot commented on GORA-424:
-------------------------------------
Github user AlexanderYastrebov commented on the pull request:
https://github.com/apache/gora/pull/26#issuecomment-110465053
This is major improvement if not critical bug.
We experienced very low performance of nutch fetch mapper as this progress
meter issues count request on each url of thousands.
Also I will upgrade this patch to fix integer division bug later.
> MongoDBResult issues count() request on progress
> ------------------------------------------------
>
> Key: GORA-424
> URL: https://issues.apache.org/jira/browse/GORA-424
> Project: Apache Gora
> Issue Type: Bug
> Components: gora-mongodb
> Affects Versions: 0.6
> Reporter: Alexander Yastrebov
>
> MongoDBResult.getProgress calls cursor.size() which in turn issues count
> request on underlying collection.
> See pull request
> https://github.com/apache/gora/pull/26
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)