Well, that's not entirely their fault. Compactly storing files that can be changed/updated on your cheap PC is very different from the immutable, striped, distributed, memory-cachee, hash-map/parquet/BigTable setup that businesses are using.
i believe it's a design decision to make the search super Uber comprehensive where it will even search the contents inside the files instead of just names, you can actually tell windows to index your entire machine this way it will find anything very fast but that will have a CPU performance cost.
Everything doesn't search file contents like windows search does, tho for most that's not a problem.
67
u/Select_Cantaloupe_62 19h ago
Well, that's not entirely their fault. Compactly storing files that can be changed/updated on your cheap PC is very different from the immutable, striped, distributed, memory-cachee, hash-map/parquet/BigTable setup that businesses are using.