couchbaselabs / node-ottoman

Node.js ODM for Couchbase
https://ottomanjs.com/
Apache License 2.0
287 stars 98 forks source link

Asynchronous Batch Processing #790

Closed ejscribner closed 5 days ago

ejscribner commented 5 days ago

The original batch processing was written synchronously, causing significant performance degradation with larger operations. We need to re-implement the batch processing to ensure we're completing operations in a parallel fasion.