Guys I am creating an application which will be saving a .txt
file (approx 10 KB/file I guess) in a file system and will be saving its path in MS SQL database. Now as per my estimation, approximately 350-400 million
files of this nature will need to be saved per year.
What is the best way or best file system to store these huge amounts of files ? Currently my servers run on Windows Server 2008 R2
, can windows file system handle this much files ? or do I need to look into unix/linux solutions ?
Note : btw I only need to store them, they will be read once and then very rarely (in some special case) or maybe not at all. That is why I will be only keeping them for 2,3 years.