I have a procedure where, once in a while, I have to go through folder with many files in search of information. The data is stored in one object, same layer, that exists in each file, easy to identify.
V7 with Human does it in 10 second with no errors at all, thanks to pre-filtering the data before loading.
V9 is not even trying to participate in this competition. It takes 4 minutes to do the same job as each file needs to be loaded and then filtered by content.
Maybe the statement SLOW is to harsh for almost 800 files, but would you guys consider improving the way files are loaded?
On a positive note - it loaded them all and read all Keys&Values (which was a problem for me in V8).

