On Wed, Oct 22, 2008 at 6:01 PM, Luis Gervaso <[EMAIL PROTECTED]> wrote: > ...The table has 1 million of rows, but i have read that jackrabbit can scale > up to 10K child nodes...
It is true that you shouldn't have more than about 10k sibling nodes (or N, don't know the current figure) under a common parent, but the total number of nodes can be much higher. Storing one million nodes should not be a problem, but you'll need to use a structure where no parent node has more than about 10k child nodes. -Bertrand
