Hi,
Am 14.03.2013 um 00:02 schrieb Liam R E Quin liam@w3.org:
On Wed, 2013-03-13 at 22:29 +0100, Christian Grün wrote:
You could try to export your data and create a new database without updatable index structures; this could also speed up your updates. Maybe it even allows you to update all nodes in a single run.
I already set VM=-Xmx1024m and I use BaseX 7.6.1 Beta from February 14 on a MacBook Air with a 2 GHz processor and 8 GB RAM.
I'd try using VM=-Xmx6000m if you have 8G of RAM.
OK, after combining both tips (using a database without updatable index and setting VM=-Xmx6000m) it worked in a single run. Thanks!
After 5'729'855 ms (95 minutes) it updated 35'344 nodes within the 165'000 entries in the database.
I don't know if this is slow and could be improved, but I'm happy having fixed the database :)
Best regards and thanks again
Cerstin