Hi all,
Happy to write again in this mailing-list, hope you are all doing well guys !
I am encountering a small problem running my old xquery modules. I guess that it is a classical issue, but I can't remember how to look into BaseX archive :(
Here is the description of the problem : I am running a query, calling module_of_mine.xqm, on two different environments.
The first one is eclipse, linked to the latest interpreter from BaseX80-20140923.183154 (but I tested also against older interpreter). In this way, this query saturated my 12 G Java machine after some minutes.
Then I installed module_of_mine.xqm into BaseX repo, and ran the same query using basex gui with 4G heap size. The query ran perfectly in some 30 sec.
My first penny guess is that the built-in BaseX xquery profiler is doing some nice work there ? If so, is there a way to activate / desactivate this profiler from eclipse or from some configuration files ?
Cheers,
Jean-Marc