New blog post on our memory model, feedback welcome! https://datahike.io/notes/collaborate-without-infrastructure/
Interesting read, thanks for sharing.
@ray1729 You are welcome! Anything that was unclear or could be improved?
I thought it was very clear. The only thing that caught me out was the jump from talking about browsers to the cross-database join example, I was expecting a browser example and had to do a double-take.
Thanks, that makes sense. Yes, that could probably flow better.
I was doing a little research on branching in datahike. If branches are implemented as different root pointers does that mean that you could have two writers concurrently, so long as each one is just writing to each of their own branches?
With the in-memory store this seems to work fine across multiple writers. Would it hold for other stores?
Yes, you effectively have a connection and writer per branch already. It should work with any store.