You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Tamás Cservenák (Jira)" <ji...@apache.org> on 2022/04/28 10:38:00 UTC

[jira] [Created] (MINDEXER-151) Speed up Index update from remote

Tamás Cservenák created MINDEXER-151:
----------------------------------------

             Summary: Speed up Index update from remote
                 Key: MINDEXER-151
                 URL: https://issues.apache.org/jira/browse/MINDEXER-151
             Project: Maven Indexer
          Issue Type: Improvement
            Reporter: Tamás Cservenák


Currently, if you execute from examples the BasicUsageExample, it will perform "full" update, and the full update (to get from "empty" index to "up to date" index) takes 15 or more minutes. Yes, Central index is huge, but there is room for improvement.

Steps happening during update(s):
 * properties file downloaded
 * GZ file(s) downloaded (depending is it incremental or full)
 * the GZ files are processed into temporary Lucene index
 * the target (being updated) indexing context index is "replaced" (or merged, depends) with temporary Lucene index

Downloading files are several seconds, but it is the processing of the GZIP raw records into Lucene index that takes long time. This can be improved.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)