814
99% of Windows usability issues would be fixed if Windows had the guts to add this button
(media.piefed.social)
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
"Fun" fact: if you think it's slow normally (and to be fair, it is), NTFS seems to have a pathological performance regression when a directory contains more than 10,000 children, any operations on files in that directory slow down by around 95%.
I discovered this on our CCTV system at work (that runs on Windows Server 2022), which creates an inordinate number of small files (each containing at most a few seconds of video). It was causing some of its periodic maintenance tasks to fail, as they'd take longer to run than than the configured interval between them.
Windows also really doesn't like dealing with half-petabyte filesystems, just like... at all.
Have you tried turning off thumbnails? In my experience when it slows down on large directories like that it's either trying to generate thumbnails or index a bunch of new files (which is also a possibility in your use case)
A great thought on the thumbnails, but the behavior exhibits even when using command-line tools.
Indexing is off for the entire drive, I can't even begin to imagine what kind of mess that would make if it was on.
At this point I wouldn’t even be surprised if windows still starts generating thumbnails in the background when using the command line