How to store millions of pictures about 2k each in size
Posted
by LuftMensch
on Stack Overflow
See other posts from Stack Overflow
or by LuftMensch
Published on 2010-04-02T15:50:07Z
Indexed on
2010/04/02
15:53 UTC
Read the original article
Hit count: 292
We're creating an ASP.Net MVC site that will need to store 1 million+ pictures, all around 2k-5k in size. From previous ressearch, it looks like a file server is probably better than a db (feel free to comment otherwise).
Is there anything special to consider when storing this many files? Are there any issues with Windows being able to find the photo quickly if there are so many files in one folder? Does a segmented directory structure need to be created, for example dividing them up by filename? It would be nice if the solution would scale to at least 10 million pictures for potential future expansion needs.
© Stack Overflow or respective owner