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
MongoDB offers a performance-optimized way for bulk operations, see BulkOperationBase. Parse Server doesn't seem to take advantage of that.
Feature / Enhancement Description
Add support for bulk operations, most importantly write (insert / update) operations. Maybe the existing /batch endpoint can take advantage of that API, or a new API needs to be introduced.
The text was updated successfully, but these errors were encountered:
I'm unsure how much can be replaced (optimized) and how much needs to be introduced as either a new API or as an option to use bulk operations in an existing API (like the batch API). I think that depends largely on whether with bulk operations the return value is different from existing operations. If it's different, then it may not be possible to replace it since Parse Server and the client expect a certain return value.
New Feature / Enhancement Checklist
Current Limitation
MongoDB offers a performance-optimized way for bulk operations, see BulkOperationBase. Parse Server doesn't seem to take advantage of that.
Feature / Enhancement Description
Add support for bulk operations, most importantly write (insert / update) operations. Maybe the existing
/batch
endpoint can take advantage of that API, or a new API needs to be introduced.The text was updated successfully, but these errors were encountered: