Uploaded image for project: 'Magnolia UI'
  1. Magnolia UI
  2. MGNLUI-1491

Optimize calls to AbstractJcrContainer.updateSize()

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Neutral Neutral
    • 5.0
    • 5.0
    • None
    • None
    • Beta 3

      • impl:we're currently doing a query.getRows().getSize()
        -> how much does it read - e.g. tests with a 20kb String property on each node
        -> can we do something like "select count"
      • why does the tree to know its size? Only needed for the list?

      Idea: could the tree/list share the container?

        Acceptance criteria

              dlipp Daniel Lipp
              dlipp Daniel Lipp
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Task DoD