Description
Node.getReferences() traverses all items in the repository in order to find the properties that reference the given node. this is super slow and does not scale.
the (weak) reference properties should be auto-indexed.
Node.getReferences() traverses all items in the repository in order to find the properties that reference the given node. this is super slow and does not scale.
the (weak) reference properties should be auto-indexed.