I wonder whether storing all the uploaded files in GridFS is faster than storing them on the usual filesystem, e.g. Ext4 (in terms of reading/writing speed and average server load).
|
feedback
|
|
In general it's slower for usual filesystem access style. But it can benefit from nice MongoDB features:
| |||
|
feedback
|