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
Show replies by date