Bertrand Delacretaz schrieb:
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.
just being curious, but where does this number come from?
AFAIK the filesystems ext2 and ext3 (http://en.wikipedia.org/wiki/Ext3)
have about 32'000 as limit,
so I guess the question is how many files per jackrabbit node are needed?
Thanks
Michael
-Bertrand