Marcel Reutegger created OAK-1275:
-------------------------------------
Summary: Efficient MongoNodeState.getChildNodeEntries() for many
child nodes
Key: OAK-1275
URL: https://issues.apache.org/jira/browse/OAK-1275
Project: Jackrabbit Oak
Issue Type: Improvement
Components: core, mongomk
Reporter: Marcel Reutegger
Fix For: 0.15
The current implementation of MongoNodeState.getChildNodeEntries() gets all the
child nodes at once and does not work well when there are many child nodes.
Where 'many' is e.g. one million or more.
Direct lookup of a child node with many siblings already works fine. This issue
is only about enumerating potentially all child nodes.
--
This message was sent by Atlassian JIRA
(v6.1.4#6159)