Uploaded image for project: 'Jackrabbit Content Repository'
  1. Jackrabbit Content Repository
  2. JCR-657

Node references limitations

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Patch Available
    • Major
    • Resolution: Unresolved
    • None
    • None
    • jackrabbit-core
    • None

    Description

      In Jackrabbit, there is currently a limitation on how many references (properties referencing to this node) a node can have. The reason is that node references are kept in an in-memory list when getting the references, and also when adding/deleting a reference.

      Proposed solution: Instead of reading/updating/storing the list of references whenever there is a change, use a new class NodeReferencesChanges to keep track of changes where possible.

      Attachments

        1. NodeReferencesChanges.txt
          38 kB
          Thomas Mueller

        Activity

          People

            Unassigned Unassigned
            thomasm Thomas Mueller
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: