| ▲ | deathanatos 4 hours ago | |
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. | ||
| ▲ | gchamonlive 3 hours ago | parent [-] | |
Is it common to use logs as a proxy for write-ahead logs? | ||