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
The mongo and tinydb backend allow multiple inserts, we should expose this feature to increase speed.
Suggested approach:
Perform pre insert checks for all documents, then insert all documents that passed at once.
For the API server this would probably mean adding an additional endpoint
The text was updated successfully, but these errors were encountered:
The mongo and tinydb backend allow multiple inserts, we should expose this feature to increase speed.
Suggested approach:
Perform pre insert checks for all documents, then insert all documents that passed at once.
For the API server this would probably mean adding an additional endpoint
The text was updated successfully, but these errors were encountered: