Uploaded image for project: 'ModeShape'
  1. ModeShape
  2. MODE-2585

Analyze the query performance of the Lucene index

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: Major Major
    • 5.1.0.Final
    • 4.6.0.Final
    • Query

      ModeShape's query engine is designed to load and serve rows in batches. The current Lucene based index implementation, the first time the query is executed, will preload & cache all the document IDs in memory and serve subsequent batches from batches.

      We should analyze how well this approach works for large number of documents and compare against the alternative approach of executing the query on each batch and skipping & collecting only the documents for that batch.

            hchiorean Horia Chiorean (Inactive)
            hchiorean Horia Chiorean (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: