Live data from Hacker News

An embedded database written in Rust

github.com

1–10 of 74 posts

Re: An embedded database written in Rust

#7
How well does that handle the storage disappearing halfway through a write? How well does it handle power being cut halfway through an update of some sort? How well does it handle some of the written blocks actually making it to the disc and others not? How about if the ones that made it were not the first or the last it issued to be written?

(For predictable answers to these, and many other complex questions, when dealing with data you care about, use sqlite)

Post reply on HN