Support sequential (non-random) node ids
----------------------------------------
Key: JCR-2857
URL: https://issues.apache.org/jira/browse/JCR-2857
Project: Jackrabbit Content Repository
Issue Type: Improvement
Reporter: Thomas Mueller
Assignee: Thomas Mueller
Currently, node ids are generated using a (cryptographically secure pseudo-)
random number generator. This has a many advantages (easy to implement, easy to
merge nodes from multiple repositories or cluster nodes), but is a performance
bottleneck for large repositories.
Instead of random node ids, Jackrabbit should support sequential node ids.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.