Comment on Why was file search much faster in Windows XP than in subsequent versions?
scytale@lemmy.zip 15 hours ago
I’m talking out of my ass, but I’m assuming it’s because of indexing. Operating Systems nowadays use indexing for searching your system, and it can be fast IF the file you’re looking for was indexed. That’s why it routinely re-indexes your entire system. It might take longer if the file wasn’t included. With file systems getting larger exponentially, indexing can be more efficient. Whereas before, the OS literally just goes over all your files to find a match.
leftzero@lemmynsfw.com 14 hours ago
Yes, but no.
The NTFS file system does maintain an index, and software like Everything Search or WizTree can use it to produce almost instantaneous results (probably faster than back in the XP days, even with larger discs).
The problem is that Windows Search stopped using the damn index for some reason (probably to provide sponsored web results and whatnot instead of whatever you were looking for).