Hello!
for $i in (1 to 1000) let $name := 'user_' || $i return ( db:create( $name ) )
Is it bug, or normal behavior?
I would like to create little benchmark with multiple databases, multiple writtings and readings to it.
Hi Alexander,
I guess you are working with Linux. "ulimit -n" can be used to increase the maximum number of opened files.
Best, Christian ___________________________
2013/8/28 Alexander Shpack shadowkin@gmail.com:
Hello!
for $i in (1 to 1000) let $name := 'user_' || $i return ( db:create( $name ) )
Is it bug, or normal behavior?
I would like to create little benchmark with multiple databases, multiple writtings and readings to it.
-- s0rr0w _______________________________________________ BaseX-Talk mailing list BaseX-Talk@mailman.uni-konstanz.de https://mailman.uni-konstanz.de/mailman/listinfo/basex-talk
basex-talk@mailman.uni-konstanz.de