Every Message is persisted to an ACID data store (PostgreSQL) before it gets processed. page , page
~
Ralf Barkow@rgb:dreyeck.freedombox.rocks
Write-Ahead-Log (WAL): Every message is persisted to an ACID data store (PostgreSQL) before it gets processed.
Jeff Miller
as he is co-reading "The Art of Postgres" … matrix
Jeff Miller via matrix
The Art of Postgres says "don't write your own, just use the DB's better-tuned facility".
To which one may respond quite reasonably, "We'll take yours" as Eric's experiments with using the Observable client runtime suggest.
(I have been reading into Postgres' test case source but not their write-ahead log, yet) matrix