Is GridFS fast and reliable enough for production?

前端 未结 5 965
情深已故
情深已故 2020-11-29 15:42

I develop a new website and I want to use GridFS as storage for all user uploads, because it offers a lot of advantages compared to a normal filesystem storage.

Benc

5条回答
  •  迷失自我
    2020-11-29 16:15

    Heads-up on repairs for larger DBs though - a new system we're developing, mongo didn't cleanly exit, and repairing the 7TB GridFS looks like it will take 130 hrs.

    Because of this, I think I'll look at switching to OpenStack Swift or Ceph. Still, until then it was good. And the nginx-gridfs module is sweet.

提交回复
热议问题