Scalable Image Storage

前端 未结 11 591
半阙折子戏
半阙折子戏 2020-12-12 09:42

I\'m currently designing an architecture for a web-based application that should also provide some kind of image storage. Users will be able to upload photos as one of the k

11条回答
  •  轮回少年
    2020-12-12 10:24

    We use MogileFS. We're small scale users with less than 8TB and some 50 million files. We switched from storing in Amazon S3 some years ago to get better control of file names and performance.

    It's not the prettiest software, but it's very "field tested" and basically all users are using it the same way you will be.

提交回复
热议问题