Can you tell a streaming server such as Ngix to stream videos stored in GridFS? If yes, does it affect perfs?

link|improve this question

feedback

1 Answer

up vote 3 down vote accepted

Found my anwser on coffeepowered. To summarize the excellent post of Chris Heald:

  • You can do so by using either gridfs-fuse or nginx-gridfs
  • You can expect it to be 6 times slower than when you are serving directly from the filesystem.

You should read his benchmark for more details.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.