Re: [basex-talk] Performance and heavy load

2015-08-19 Thread Martin
Hi, I would like to know more about keep the session opened as you state it -- I am using Java/Groovy client populating a large database (over half a million resources) and if I keep the session opened, so it could be reused within the thread, after a while it starts to cause problems. The only

Re: [basex-talk] Performance and heavy load

2015-08-19 Thread Martín Ferrari
{sessionEntry.BaseXSession.Timeout = timeout;} return sessionEntry;} Cheers, Martín. Date: Wed, 19 Aug 2015 13:41:34 +0200 To: basex-talk@mailman.uni-konstanz.de From: m...@centrum.cz Subject: Re: [basex-talk] Performance and heavy load Hi, I would like to know more about

Re: [basex-talk] Performance and heavy load

2015-07-30 Thread Christian Grün
OK Resource(s) added in 123.96 ms. 125.52 ms Thanks! Martín. From: christian.gr...@gmail.com Date: Tue, 28 Jul 2015 15:12:48 +0200 Subject: Re: [basex-talk] Performance and heavy load To: ferrari_mar...@hotmail.com CC: basex-talk@mailman.uni-konstanz.de Out of interest: Do you

Re: [basex-talk] Performance and heavy load

2015-07-29 Thread Martín Ferrari
ms Thanks! Martín. From: christian.gr...@gmail.com Date: Tue, 28 Jul 2015 15:12:48 +0200 Subject: Re: [basex-talk] Performance and heavy load To: ferrari_mar...@hotmail.com CC: basex-talk@mailman.uni-konstanz.de Out of interest: Do you use a recent version of BaseX? On Tue, Jul 28

Re: [basex-talk] Performance and heavy load

2015-07-29 Thread Martín Ferrari
. From: ferrari_mar...@hotmail.com To: christian.gr...@gmail.com Date: Thu, 30 Jul 2015 00:46:17 + CC: basex-talk@mailman.uni-konstanz.de Subject: Re: [basex-talk] Performance and heavy load Hi Christian, I've dug more into this problem. We've installed BaseX 8.2.3 on our Linux box

Re: [basex-talk] Performance and heavy load

2015-07-28 Thread Fabrice Etanchaud
-talk@mailman.uni-konstanz.de Objet : Re: [basex-talk] Performance and heavy load Hi Martin, how do you spread the log files? All into one db or do you create new dbs? If you keep on adding all files to the same database, the add times will slow down over time. Please keep in mind that you can

Re: [basex-talk] Performance and heavy load

2015-07-28 Thread Maximilian Gärber
Hi Martin, how do you spread the log files? All into one db or do you create new dbs? If you keep on adding all files to the same database, the add times will slow down over time. Please keep in mind that you can query multiple databases at once, so I would rather have more databases. With 8.3

Re: [basex-talk] Performance and heavy load

2015-07-28 Thread Fabrice Etanchaud
@mailman.uni-konstanz.de Objet : Re: [basex-talk] Performance and heavy load Hi Martin, how do you spread the log files? All into one db or do you create new dbs? If you keep on adding all files to the same database, the add times will slow down over time. Please keep in mind that you can query

Re: [basex-talk] Performance and heavy load

2015-07-28 Thread Martín Ferrari
work. We still have a lot of load, so I'll let you know how it goes when we enable it again in production. Thanks, Martín. From: christian.gr...@gmail.com Date: Tue, 28 Jul 2015 15:12:48 +0200 Subject: Re: [basex-talk] Performance and heavy load To: ferrari_mar...@hotmail.com CC: basex

Re: [basex-talk] Performance and heavy load

2015-07-28 Thread Martín Ferrari
CC: basex-talk@mailman.uni-konstanz.de Subject: RE: [basex-talk] Performance and heavy load Date: Tue, 28 Jul 2015 09:40:19 + An another idea : If you never replace a file, You may expect better performance setting up a REST-XQ function simply calling db:add. The documentation

[basex-talk] Performance and heavy load

2015-07-27 Thread Martín Ferrari
Hi guys,I'm quite new to BaseX. I've read a bit already, but perhaps you can help so I can investigate further. We are having a performance problem with our BaseX server. We're running it on a VM, and hitting it from around 5 web servers. Under no stress, I get this timing from the log for