Hi Kento,

what's the total size of your XML documents? As Mattijs indicated, it
may be that you have reached the id limit of 2^31 entries. In this
case, you can distribute your data to multiple database instances, all
of which can be queried by a single XQuery.

Our documentation contains some statistics on large databases that
have been created with BaseX [1].

Hope this helps, your feedback is welcome,
Christian

[1] http://docs.basex.org/wiki/Statistics
___________________________

On Mon, Apr 23, 2012 at 5:30 PM, Mattijs Ugen <m.u...@student.utwente.nl> wrote:
> Is it a coincidence that this value is exactly 2 * 31 - 1
> (Integer.MAX_VALUE) ?
>>>
>>> java.lang.ArrayIndexOutOfBoundsException: 2147483647
>
> *snip*
>
> Mattijs
>
> _______________________________________________
> BaseX-Talk mailing list
> BaseX-Talk@mailman.uni-konstanz.de
> https://mailman.uni-konstanz.de/mailman/listinfo/basex-talk
_______________________________________________
BaseX-Talk mailing list
BaseX-Talk@mailman.uni-konstanz.de
https://mailman.uni-konstanz.de/mailman/listinfo/basex-talk

Reply via email to