Hi All,
I've to choose a way of storing some media content of a social network. I'll have some photos (about500k each), videos(1-2MB each), audio (500k-1MB each) and user avatars. I'll have no metadata to associate so the use of a DB such mongoDB is not necessary.I'm thinking about a distributed filesystem like HDFS (but i've red about problems with small files) or AFS (all the case studies i've found are about people using it as user home, with a lot of clients while i'll have just the application acting as client).
Do you know what kind of filesystem are used by other social networks? do you have any clue to help me in the choose?
Thanks
I've to choose a way of storing some media content of a social network. I'll have some photos (about500k each), videos(1-2MB each), audio (500k-1MB each) and user avatars. I'll have no metadata to associate so the use of a DB such mongoDB is not necessary.I'm thinking about a distributed filesystem like HDFS (but i've red about problems with small files) or AFS (all the case studies i've found are about people using it as user home, with a lot of clients while i'll have just the application acting as client).
Do you know what kind of filesystem are used by other social networks? do you have any clue to help me in the choose?
Thanks