Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
materialize-mongodb: use multiple concurrent load workers
Use multiple concurrent load workers to maximize throughput when there are a lot of load requests to evaluate. This can be a limiting factor particularly when round-trip latency is high. The original code was structured to allow for easily adding concurrency to these requests, but I just hadn't seen a need for it until now, when we have an example of a task that seems to be getting limited at this point.
- Loading branch information