ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Find And Run Robot

ndff - could it be of use for FARR?

(1/1)

wurst:
already a couple of months ago I discovered ndff, a blazing fast commandline search for the NTFS file system. it's very quick but I never used it much....
could it be made useful for FARR by integrating its searching techniques?
http://ndff.hotbox.ru/en/index.html
NDFF is command-line utility that performs extra fast file searching on local NTFS partition. The main advantage over any other file searching tool currently available (including the one found in Windows Explorer) that it looks for file directly in MFT, which is system data table of NTFS. This approach lets avoid reading all the directories contained on the volume, thus speeding up the operation by many times. For example, my 30 GB large partition full of files and directories is scanned in less than 10 seconds, while it takes several minutes to scan it in traditional way.

The main disadvantage of the approach is that the tool cannot look for the file in directory subtree. NTFS partition is the only scope understood by it. Of course, the utility could have filtered out the files that are not located in subtree of interest, but this did not decrease the time to scan the scope wanted. In other words, file search time depends only on number of files located on partition, and cannot be decreased by any hint from user.

This makes the utility useful for searching the files that user does not have an idea where they could have been placed of. On the other hand, it is not efficient to find the files that are known to be located in a dozen or two of subdirectories.
--- End quote ---

mouser:
thats quite interesting.. it doesnt sound like it's a perfect match becuase of its flat nature, but i'll have a look and see what can be learned.  I think the next step for FARR is to use its own index.. Im still mulling over the best way to do that for the next version (should i try to use an existing indexing programs database or make my own), but it is coming in the future for sure.

f0dder:
Sounds like an interesting tool - too bad the author doesn't release source. It could be pretty useful adding this feature as an additional way of indexing files, it's pretty blazing fast :)

Wouldn't use it as the only way of searching though, since it's limited to NTFS, and might break if NTFS version is updated.

EDIT: mouser, the app shows folders as well, so while the description makes it sound "flat", it really isn't :)

Navigation

[0] Message Index

Go to full version