spcl / faaskeeper

A fully serverless implementation of the ZooKeeper coordination protocol.
BSD 3-Clause "New" or "Revised" License
17 stars 13 forks source link

Pipelining write operations #21

Open mcopik opened 1 year ago

mcopik commented 1 year ago

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.