@erebion I think the cardinal sin of a lot of these projects is append only operation logs that demand sequential processing for the system to work. It's a beautiful design for database replicas but awful for clients which have a lot of downtime and need catching up periodically.