Uploaded image for project: 'Confluence Data Center'
  1. Confluence Data Center
  2. CONFSERVER-22808

Improve reindex performance by not retrieving previous versions unnecessarily

    XMLWordPrintable

Details

    • We collect Confluence feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

    Description

      NOTE: This suggestion is for Confluence Server. Using Confluence Cloud? See the corresponding suggestion.

      The indexing of previous versions seems to be very inefficient. From what I can tell, in HibernateSearchableDao#findAllSearchableHandles, we queue up every version of all content to be indexed, but then in DefaultObjectQueueWorker/IndexTaskFactory#createRebuildChangeDocumentsIndexTask we go through every item in the queue and find all of its versions. Which results in a lot of duplicates. We should definitely fix that.

      Attachments

        Issue Links

          Activity

            People

              slancashire Steve Lancashire (Inactive)
              akdominguez Katrina Walser (Inactive)
              Votes:
              1 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: