Re: [basex-talk] Replace command long execution time

2018-04-14 Thread Christian Grün
> The my database is inside Amazons "Elastic Container Service". There > was never a problem with the speed of the hard drive. Good to know. It would be interesting, though, to see the difference to a local database instance. If you have a chance to do some more comparisons, feel free to give me

Re: [basex-talk] Replace command long execution time

2018-04-14 Thread Andrey Fedosenko
The my database is inside Amazons "Elastic Container Service". There was never a problem with the speed of the hard drive. 2018-04-14 11:52 GMT+03:00 Christian Grün : > Hi Andrey, > > Thanks for the quick feedback. So the document index seems to be fast > enough, and it

Re: [basex-talk] Replace command long execution time

2018-04-14 Thread Christian Grün
Hi Andrey, Thanks for the quick feedback. So the document index seems to be fast enough, and it seems to be the updating process. You could try to distribute your documents in several smaller databases. However, I am still surprised by a such a long delay. Is it due to an older hard disk, or do

Re: [basex-talk] Replace command long execution time

2018-04-14 Thread Andrey Fedosenko
Hi Christian, Query executed in 283.27 ms. 2018-04-14 11:37 GMT+03:00 Christian Grün : > Hi Andrey, > > How long does it take to run a query against the documents you are replacing? > > db:open('database', '/path/to/your/doc.xml') > > Best, > Christian > > > On Sat,

Re: [basex-talk] Replace command long execution time

2018-04-14 Thread Christian Grün
Hi Andrey, How long does it take to run a query against the documents you are replacing? db:open('database', '/path/to/your/doc.xml') Best, Christian On Sat, Apr 14, 2018 at 10:34 AM, Andrey Fedosenko wrote: > Hello, > The size of my database is about 23GB