so, the database will be opened instead of the local file.
On Fri, Apr 9, 2021 at 8:54 PM Hans-Juergen Rennau <
hrennau@yahoo.de> wrote:
>
> Hello, I would like to let you know that just as there is matter and anti matter, there are bugs and anti bugs. An anti bug is when something works which cannot possibly work. I am not surprised that the first anti bug detected (by me) is a BaseX one.
>
> The following invocation
>
> basex "doc('result.xml')/*/page/id => distinct-values() => sort()"
>
> processes a file the size of which is more than 8 GB. It cannot be processed on my machine, unless processing is streaming. A streaming fn:doc? Amazing. (At least me.)
>
> Hans-Jürgen