Uploaded image for project: 'mdsal'
  1. mdsal
  2. MDSAL-611

Cache NodeIdentifier lookup in QueryBuilderState.bindMethod()

    XMLWordPrintable

Details

    • Improvement
    • Status: Resolved
    • Medium
    • Resolution: Done
    • None
    • 7.0.2
    • Binding runtime
    • None

    Description

      When we are building a query, we end up creating a NodeIdentifier for the found leaf. Finding the leaf involves quite a few string operations, hence we want to side-step it. Furthermore, once we have located the node we follow up with a caching NodeIdentifier.create(), which could also be cached.

      Add a cache to DefaultQueryBuilder, so that all queries with particular code end up reusing a common cache of these.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: