Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
これはアルゴリズムの質問ですが、私は写真の大規模なデータベースにとって何が最も効率的かを理解しようとしています。多数のファイルをすべて1つのディレクトリ(例:pictures / userid_pic_profile.png)に保存するか、複数のファイルをいくつかのファイル(例:userid / profile.png userid / avatar.png)に保存する方が理にかなっていますか?
組織上の理由だけでも、複数のディレクトリを使用する必要があります。
さらに、一部のオペレーティング システムでは、1 つのディレクトリに非常に多数のファイルがあると、ファイルの一覧表示と検索の際に実際の速度が低下する可能性があります (1 つのディレクトリに数千から数万のファイルがあると言っています)。