-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Search in Explorer is slow #94
Comments
@batzen thanks for reporting your issue! I've reached out to the necessary folks who work on Search and Explorer here. I'll be sure to ping this thread with any updates. |
@batzen By the way, I recently upgraded my home computer to Windows 11, and it feels like the Windows Search feature in Windows 11 may have had some upgrades. Obviously it would be nice if searching in Windows 10 was performant, too, but I wonder if Microsoft will be mostly focusing on improving performance in Windows 11, going forward. |
hey @batzen wanted to check back in on this thread here. Have you upgraded to Win11? If so, would love to hear about your experience with Search and File Explorer there. If not, are you still hitting this issue in Win 10? Thanks! |
@AvriMSFT I am on Win11 (22000.556). I searched for "spy*.exe" again. My own tool, after some optimizations, only needs ~3 seconds to search through the whole "c:" partition. |
Thanks @batzen! I've sent this off to the search team. They're aware of the issue and are investigating. Will report back with any updates as they come in 🙂. |
Explorer search is STILL UNBEARABLE in Windows 10, unbelievably busted. I've been using 3rd party software only for searching files for a few years already, and every time that I make the mistake of trying to search something in File Explorer I immediately regret it. The fact that it is not fixed after YEARS this is happening is mind boggling for me... it's really like Microsoft have no respect for any of its customer's time, and in an era we have probably the fastest hard drives and memory in human history. This is inexcusable, unprofessional, and makes me really, really sad. |
@AvriMSFT Any news here? |
@AvriMSFT Any news here? It's almost a year without. |
Windows Build Number
10.0.19043.0
Processor Architecture
AMD64
Memory
32GB
Storage Type, free / capacity
NVME SSD, 410 GB, 930 GB
Relevant apps installed
Windows 10
Traces collected via Feedback Hub
None.
Isssue description
Searching in Explorer is really slow.
Even searching in folder structures with relatively few files takes very long.
Steps to reproduce
For example:
Cloning the dotnet wpf repo and searching for "runtests.cmd" pegs one CPU core for 3 minutes and 27 seconds (then Explorer.exe crashes on my system).
The folder contains 4599 folders and 30142 files.
For comparison (on my machine):
Enumerating all files, without any caching/indexing, with .NET 5 takes about 40 milliseconds (i can share my code if you don't believe it).
So the time difference is at around a factor of 5,175 (((3 * 60) + 27) * 1000 / 40).
Even searching inside every file for the given text only takes around 1.5 seconds (while skipping binary files) and around 6.5 seconds when including binary files (in can also share my code for this task if you are interested).
That's so shockingly much wasted electricity/battery life.
Expected Behavior
Searching in Explorer, given that it even uses an index, should be instant instead of taking minutes.
Actual Behavior
Searching in Explorer takes minutes.
The text was updated successfully, but these errors were encountered: