I evaluated GridFS APIs
using MongoDB C# driver
for storing files.
I understand it expose streams to read and write. Just want to check if anyone encountered .Net GC
issues in real life (specifically around Gen2).
I don't know the driver's internal implementation, want to make sure there are no frequent large object heap allocations.