Write code for use not for reuse. Write code that is easy to remove, not code that is easy to change.
all that for only an additional 1MB, 16 http requests, 1.4sec!
be careful: UPDATE operations are nightmarish compared to mongo at least for some use cases, as this one: http://stackoverflow.com/a/42434665/244058
Write code for use not for reuse. Write code that is easy to remove, not code that is easy to change.
all that for only an additional 1MB, 16 http requests, 1.4sec!
be careful: UPDATE operations are nightmarish compared to mongo at least for some use cases, as this one: http://stackoverflow.com/a/42434665/244058