On 31 Jul 2014, at 09:12, Bertrand De Coatpont <[email protected]> wrote:

> Hello,
> 
> In the JCR world, is there a specific API to obtain (for reading) a
> specific range of child nodes within a large list of orderable child nodes
> (e.g. Nodes 490-500 out of 20000), and is OAK helping/changing anything in
> this area compared to previous versions?

No, I do not think there is any paging capabilities with fetching childnames. 
You could only get the list of child node names, which I think will usually be 
available cheaper than the actual child nodes and then page through that list 
and fetch multiple nodes at a time on your own by path.

regards,
Lukas Kahwe Smith
[email protected]



Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

Reply via email to