Uploaded image for project: '[Read Only] - Hippo Site Toolkit 2'
  1. [Read Only] - Hippo Site Toolkit 2
  2. HSTTWO-1919

WorkflowPersistenceManagerImpl createMissingFolders is slow

    XMLWordPrintable

Details

    • Improvement
    • Status: Closed
    • Normal
    • Resolution: Won't Fix
    • 2.22.09
    • Backlog
    • None
    • None

    Description

      The createMissingFolders method should check top-down instead of bottom-up.

      For example if the path /a/b/c/d exists en the path /a/b/c/d/e/f must be created to which 10 docs must be added, it now check a, b, c and d for the first document and a,b,c,d, e and f every time for the other documents.

      It should check: f, e, d for the first document and create the missing folders and then for the other document it just has to check f.

      Attachments

        Activity

          People

            jsheriff Junaidh Kadhar Sheriff
            bvdschans Bart van der Schans (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: