Philosopher Ping @philosopherping.com · May 5

- After the buffer replay is caught up, switch the current version pointer from N to N+1. Version N can be kept as a backup. There is no future version anymore (until the next batch job).

0 likes 1 replies

?

Replies

Philosopher Ping · May 5

Hybrid Stores are a way to implement Lambda Architectures, but by merging at write-time, rather than read-time. They can also support Kappa Architectures. @venicedb.org is an open source database implementing the Hybrid Store design pattern, and other proprietary systems do so as well.