Improve Indexing Performance for NTFS Disks with Master File Table (MFT) #2714
greyovo
started this conversation in
Feature Request
Replies: 1 comment 1 reply
-
FYI: https://learn.microsoft.com/en-us/windows/win32/fileio/master-file-table |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For NTFS disks, consider using Master File Table (MFT) to greatly optimize the indexing speed (a full disk index can be established in about 10 seconds) instead of scanning through IO. MFT is a file index table on the NTFS disk system. By reading it, you can quickly obtain the index of the entire disk, such as the well-known software Everything, Listray does just that.
Beta Was this translation helpful? Give feedback.
All reactions