soanvig
5 days ago
I wonder why it took so much time among entire team to actually look into the source code. That's probably third thing I would do after encountering that kind of issue. I would even look for a word "gigabyte" considering it is well documented, because bizarre things should be documented.
petcat
5 days ago
Yeah. Is their developer super human because he...reads the source code?? This should be obvious.
Now I would be genuinely worried about what other issues are lurking in their rewrite.
yencabulator
5 days ago
Previously in this saga: https://turso.tech/blog/a-deep-look-into-our-new-massive-mul...
They broke SQLite compatibility even before they started writing in Rust: https://news.ycombinator.com/item?id=42386894
Joker_vD
5 days ago
The worst thing is, it's also documented in the SQLite's documentation. The file format is documented, and it describes the existence of this lock-page located at 1 GiB mark. How they've managed to implement support for SQLite DB file format without reading the file format description is, frankly, beyond me.