You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Sebastian Nagel (Jira)" <ji...@apache.org> on 2019/11/15 10:46:00 UTC

[jira] [Updated] (NUTCH-2504) Results of maxCountExpr and fetchDelayExpr should be stored in memory in Generate

     [ https://issues.apache.org/jira/browse/NUTCH-2504?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sebastian Nagel updated NUTCH-2504:
-----------------------------------
    Fix Version/s: 1.17

> Results of maxCountExpr and fetchDelayExpr should be stored in memory in Generate
> ---------------------------------------------------------------------------------
>
>                 Key: NUTCH-2504
>                 URL: https://issues.apache.org/jira/browse/NUTCH-2504
>             Project: Nutch
>          Issue Type: Improvement
>          Components: generator
>    Affects Versions: 1.15
>            Reporter: Semyon Semyonov
>            Priority: Minor
>             Fix For: 1.17
>
>
> With NUTCH-2455 the expressions maxCountExpr and fetchDelayExpr are calculated for each value. That slows the process, instead we can store the results for each host in hostDomainCounts. 
> That will take only 2 x sizeof(long) extra memory per host.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)