Hi all
I'm trying to process some large XML file (~6.5Go). It goes quite fine thanks to the stateless approach of Xquery. But then when I want to save the results, I face some difficulty. The process freeze for a time (few minutes) but the final file is empty and I got no error on the console. The results it self should be quite small (~50 to 70Mo max) but I can't get it saved... That's a pity since the process has been achieved (note that I'm using the GUI). Is there any way to specify in the query to save the result in a file ? Should I use the CLI ?
Any advices are welcome, I just start with BaseX.
cheers