upvote
Pretty much every durable system has an intent log of some sort. The log provides durability, the database system just integrates that log into a more queryable format.
reply
I swear it didn't occur to me that that mean WAL, makes much more sense now LOL
reply
I assume they meant a log like a WAL. A WAL should be (quite literally?) all you need for durable workflows.

A distributed WAL (to survive a machine death) would also probably be something I'd want, and … something I'm not sure you're getting directly from SQLite.

reply
Is it common to use logs as a proxy for write-ahead logs?
reply
Folks this is meant to be an honest question, not a snarky comment. I'm not a DBA, I'm DevOps/SRE and logs for me always meant execution logs. I'm just curious if between those involved in database domain logs is used to refer to WAL.
reply
I read the parents comment as sarcasm and not a serious suggestion.
reply
Log as in the structure.
reply