feathersjs / feathers

The API and real-time application framework
https://feathersjs.com
MIT License
15.03k stars 750 forks source link

feat(databases): Add support for fast bulk operations #2945

Open daffl opened 1 year ago

daffl commented 1 year ago

This pull request adds the ability to the built in database adapters to perform fast bulk operations for create, patch and remove by passing params.bulk = true. Bulk operations will use the fastest database call available and - when successful - always return no data (an empty array) and not send real time events.

Closes https://github.com/feathersjs-ecosystem/feathers-mongodb/issues/219

netlify[bot] commented 1 year ago

Deploy Preview for feathers-dove ready!

Name Link
Latest commit fcc49aaf13eea34fc49c1bc30d9d42974b5c2451
Latest deploy log https://app.netlify.com/sites/feathers-dove/deploys/63a148c058889e00087b92d4
Deploy Preview https://deploy-preview-2945--feathers-dove.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

e-kibet commented 1 year ago

Lets also solve the merge conflicts

MarcGodard commented 9 months ago

Any ETA on this? Running to issues where this would help.

MarcGodard commented 7 months ago

This is more than a year old, can I make the requested changes?