topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Friday April 19, 2024, 5:45 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: ndff - could it be of use for FARR?  (Read 4271 times)

wurst

  • Participant
  • Joined in 2005
  • *
  • default avatar
  • Posts: 12
    • View Profile
    • Donate to Member
ndff - could it be of use for FARR?
« on: January 28, 2007, 01:46 AM »
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.

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,900
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: ndff - could it be of use for FARR?
« Reply #1 on: January 28, 2007, 05:37 AM »
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

  • Charter Honorary Member
  • Joined in 2005
  • ***
  • Posts: 9,153
  • [Well, THAT escalated quickly!]
    • View Profile
    • f0dder's place
    • Read more about this member.
    • Donate to Member
Re: ndff - could it be of use for FARR?
« Reply #2 on: January 28, 2007, 05:49 AM »
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 :)
- carpe noctem