feathers icon indicating copy to clipboard operation
feathers copied to clipboard

feat(databases): Add support for fast bulk operations

Open daffl opened this issue 2 years ago • 4 comments

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

daffl avatar Dec 20 '22 05:12 daffl

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.

netlify[bot] avatar Dec 20 '22 05:12 netlify[bot]

Lets also solve the merge conflicts

e-kibet avatar Feb 18 '23 17:02 e-kibet

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

MarcGodard avatar Dec 21 '23 16:12 MarcGodard

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

MarcGodard avatar Jan 29 '24 15:01 MarcGodard