Uploaded image for project: 'Nuxeo Platform'
  1. Nuxeo Platform
  2. NXP-12258

Better concurrency for creation of complex properties

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Resolved
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: 5.6
    • Fix Version/s: 5.7.3
    • Component/s: Core, Core VCS

      Description

      When a schema has a simple (non-list) complex property, the storage model is an additional child row in the "hierarchy" table. However this row is created lazily on first read access (session.addChildNode in SQLSession.makeProperties), which is a problem in situations with concurrent reads.

      To improve this, make sure the child row in the hierarchy table is created at document creation time.

        Attachments

          Issue Links

            Activity

              People

              • Votes:
                0 Vote for this issue
                Watchers:
                2 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: