[windup-dev] Performance of file lookup in archives
Ondrej Zizka
ozizka at redhat.com
Wed May 6 09:06:17 EDT 2015
Hi all,
in the ArchiveService, a file lookup work like this:
Get next path element; query all directory files vertices; iterate
them and find the one which matches the path element; get next path element.
That's quite inefficient way to do that. It should query for the vertex
by a query using the name, which is indexed.
I guess that's in the area of what Jess is working on now?
Ondra
More information about the windup-dev
mailing list