▲ | wiradikusuma 4 days ago | |||||||
Does anyone, preferably from Cloudflare, know the settings used in D1, since it's a SQLite dialect? | ||||||||
▲ | kentonv 3 days ago | parent | next [-] | |||||||
D1 is built on Durable Objects, where SQLite is used on top of a custom distributed storage layer. This blog post describes in detail how the system works: https://blog.cloudflare.com/sqlite-in-durable-objects/ In short, while we don't technically fsync, we do much better. If the local disk suddenly explodes, we won't lose confirmed writes. (I wrote much of said storage layer.) | ||||||||
▲ | koakuma-chan 4 days ago | parent | prev [-] | |||||||
Is D1 a dialect? I thought they actually run SQLite. | ||||||||
|