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

[jira] [Updated] (NUTCH-2750) improve CrawlDbReader & LinkDbReader reader handling

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

Jurian Broertjes updated NUTCH-2750:
------------------------------------
    Description: 
The current implementation in the CrawlDbReader re-opens readers for every URL. This is not very efficient. I've implemented a modification time check that only re-opens readers on updated crawlDB.

 PR: https://github.com/apache/nutch/pull/483

  was:
The current implementation in the CrawlDbReader re-opens readers for every URL. This is not very efficient. I've implemented a modification time check that only re-opens readers on updated crawlDB.

 


> improve CrawlDbReader & LinkDbReader reader handling
> ----------------------------------------------------
>
>                 Key: NUTCH-2750
>                 URL: https://issues.apache.org/jira/browse/NUTCH-2750
>             Project: Nutch
>          Issue Type: Improvement
>          Components: crawldb, linkdb
>    Affects Versions: 1.16
>            Reporter: Jurian Broertjes
>            Priority: Minor
>
> The current implementation in the CrawlDbReader re-opens readers for every URL. This is not very efficient. I've implemented a modification time check that only re-opens readers on updated crawlDB.
>  PR: https://github.com/apache/nutch/pull/483



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