Uploaded image for project: 'Confluence Cloud'
  1. Confluence Cloud
  2. CONFCLOUD-22808

Improve reindex performance by not retrieving previous versions unnecessarily

    XMLWordPrintable

Details

    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

    Description

      NOTE: This suggestion is for Confluence Cloud. Using Confluence Server? 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: