Flushing the entire index queue should flush the entire queue in batches

XMLWordPrintable

    • 2
    • Severity 3 - Minor

      When there are a large number of items in the index queue (~170,000) flushing the entire queue loads all those index queue entries into the one hibernate session, making indexing really grind to a halt. The flush entire queue should ensure that the hibernate session does not grow too large, and should loop in batches using an inner transaction and flushing the session.

              Assignee:
              Matt Ryall
              Reporter:
              Steve Lancashire (Inactive)
              Votes:
              1 Vote for this issue
              Watchers:
              8 Start watching this issue

                Created:
                Updated:
                Resolved: