Uploaded image for project: 'UIMA'
  1. UIMA
  2. UIMA-3413

improve remove-from-index performance

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 2.4.2SDK
    • 2.5.0SDK
    • Core Java Framework
    • None

    Description

      Although UIMA-2434 improved time to remove from a sorted index, removal time from bag indexes is still likely to be order(number-of-elements that are in the index), because a sequential scan is done. The ordering of elements in bag indexes is somewhat likely to ordered in ascending fs heap index order. This can be exploited to improve the performance of remove-from-index.

      Attachments

        Issue Links

          Activity

            People

              schor Marshall Schor
              schor Marshall Schor
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: