faaskeeper icon indicating copy to clipboard operation
faaskeeper copied to clipboard

Pipelining write operations

Open mcopik opened this issue 2 years ago • 0 comments

Currently, a single writer function can only execute a batch of requests sequentially. However, the operations can be efficiently pipelined by pushing requests to storage in parallel while preserving the order of operations.

  • [ ] Implement a thread-pool-based execution of storage requests.
  • [ ] Turn each operation into a sequence of steps.
  • [ ] Add tests evaluating batch of requests.

mcopik avatar Feb 16 '23 17:02 mcopik