Monday 5 June 2017

Sending Whole Collection of MongoDB Documents

What would be the best strategy to send an entire document collection? I've tried sending it directly from a simple query, but it just ends up crashing the server. Should I break the query up into smaller pieces? Should I temporarily create a JSON file to be sent, or is there something more efficient I can do?



via Justin Levine

No comments:

Post a Comment