You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@vxquery.apache.org by Eldon Carman <ec...@ucr.edu> on 2013/05/15 23:23:19 UTC

fn:collection and subdirectories

Currently fn:collection reads a single directory to find all dot xml files.
These files will be returned in a sequence of document nodes. Should the
function also look into subdirectories to find dot xml files?
Subdirectories would allow better organization of data while only updating
fn:collection to drill down into known directories.

The benchmark could have millions of files and that may be a little extreme
for a single directory.

What do you think?

Re: fn:collection and subdirectories

Posted by Till <ti...@westmann.org>.
> Eldon Carman <ec...@ucr.edu> hat am 15. Mai 2013 um 23:23 geschrieben:
>
> Currently fn:collection reads a single directory to find all dot xml files.
> These files will be returned in a sequence of document nodes. Should the
> function also look into subdirectories to find dot xml files?
> Subdirectories would allow better organization of data while only updating
> fn:collection to drill down into known directories.
>
> The benchmark could have millions of files and that may be a little extreme
> for a single directory.
>
> What do you think?

I agree :)

Cheers,
Till