Uploaded image for project: 'controller'
  1. controller
  2. CONTROLLER-1887

Improve NormalizedNodePruner memory footprint

XMLWordPrintable

      NormalizedNodePruner is used heavily during recovery, where it is used for each modification being applied. Its design unfortunately does not lend itself for reuse and we end churning memory rather heavily due to its use of an internal stack.

      Furthermore we end up looking up the same DataSchemaContextTree over and over, which while working on a weak cache, is still a waste of CPU cycles.

            rovarga Robert Varga
            rovarga Robert Varga
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: