Search code examples
mysqlfacebookrdbmsflickr

how to store large amount of photos and videos uploaded by user?


On you tube,facebook,flicker millions of photos and videos are

uploaded by users so how they manage all such large uploads.i know that they have large space

on their servers but i just want to ask that which technique they are using to store this

kind of huge data?

And also please suggest me to best way to get this kind of large uploads from user.

Thanks


Solution

  • In my knowledge, facebook has no less than thirty thousand servers there with them and expanding, so big data, big requirements and expenditure.

    The best way to store those in my view is to simply upload photos and videos to specific folders and simply save the file names in the corresponding tables rather than photos and videos themselves in blob format.