Scalable Image Storage

前端 未结 11 585
半阙折子戏
半阙折子戏 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:17

    I've written image store on top of cassandra . We have a lot and writes and random reads read/write is low. For high read/write ratio I suggest You mongodb (GridFs).

提交回复
热议问题