|
|
|
|
|
by anorwell
291 days ago
|
|
Seems like a really interesting project! I don't understand what's going on with latency vs durability here. The benchmarks [1] report ~1ms latency for sequential writes, but that's just not possible with S3. So presumably writes are not being confirmed to storage before confirming the write to the client. What is the durability model? The docs don't talk about intermediate storage. Slatedb does confirm writes to S3 by default, but I assume that's not happening? [1] https://www.zerofs.net/zerofs-vs-juicefs |
|
https://slatedb.io/docs/design/writes/