Hacker News new | ask | show | jobs
by zwigby 4848 days ago
Yes we're mostly on AWS. We actually use AWS for most of the infrastructure and then Azure for hold stats we push. This will be added to FAQ, ASAP. I agree that is does matter.

GridFS stores chucks as different documents so this still should be fine for our pricing scheme. Each chunk is saved in 256K document.

Thanks for the comment.

1 comments

Be careful :) The node driver lets the developer set the chunkSize which can be up to max BSON document size (16MB at the moment). So you might want to keep that in mind.
Yeah great point.