You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Linked to #574
To solve some performance issues we might find useful to implement the insertMany for mongo document creation which will help reduce the number of requests between the app, the server and the DB. I don't think that I need to explain why so if anyone needs more detail, I will take the time to add some.
Technical recommandation
It is possible that the server will undergo a power spike when trying to insert a very large amount of documents at once using this feature. The network might also be an issue. We might want to apply a maximum size for the data sent by the app.
Ecological concerns
This is good for ecological reasons because it reduces the number of requests between the app and the server.
What should be done
Linked to #574
To solve some performance issues we might find useful to implement the
insertMany
for mongo document creation which will help reduce the number of requests between the app, the server and the DB. I don't think that I need to explain why so if anyone needs more detail, I will take the time to add some.Technical recommandation
It is possible that the server will undergo a power spike when trying to insert a very large amount of documents at once using this feature. The network might also be an issue. We might want to apply a maximum size for the data sent by the app.
Ecological concerns
This is good for ecological reasons because it reduces the number of requests between the app and the server.
Is this task linked with any other ?
#574
The text was updated successfully, but these errors were encountered: