Konrad Windszus created SLING-4797:
--------------------------------------
Summary: Improve handling of Move events
Key: SLING-4797
URL: https://issues.apache.org/jira/browse/SLING-4797
Project: Sling
Issue Type: Improvement
Components: Distribution
Affects Versions: Content Distribution Core 0.1.4
Reporter: Konrad Windszus
In case you are moving a node with a lot of subnodes, this leads to a
distributed deletion of the node, followed by the distributed addition of the
node with all subnodes.
To improve the performance it would be good, if the move operation would really
by distributed by a move event, which means that each receiver would try to
move the node (instead of first deleting it and then adding it with all its
subnodes).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)