0

I've been trying to find a good example on this but I must be searching for the wrong things. Here's what I wish to do:

  • One process writes byte arrays of different size to a blob sequentially (no need for any concurrency checks or anything like that). Each byte array is committed to the blob at each write
  • Other processes reads from the blob from starting at different positions but reads sequentially after that

Basically what I'm trying to describe is a transaction log. Any links to good resources or code samples to do this?

1 Answer 1

0

Brent Stineman has an interesting technique which he used for a client that he explains on Cloud Cover Show

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.