Install
Please confirm you are human
This browser or connection looks automated. Press and continuously hold the control for 3 seconds to enable Google-hosted web results and, when separately allowed, AI-assisted answers.
A successful check enables 100 search requests. Interactive access does not authorize scraping, systematic collection, or reuse of search output.
News
LioranDB V2 Is in Pre-Alpha. Please Try to Break It.
2+ week, 7+ hour ago (328+ words) LioranDB V2 is now publicly available in pre-alpha, and I want developers to do something slightly unusual: Try to break it. Give it weird queries. Throw large datasets at it. Create indexes. Delete things. Restart the server. Send concurrent requests. Test…...
LuaDB: A pure Lua embeddable SQL database for game save files, state tracking, and cloud sync
2+ week, 1+ day ago (216+ words) Wanted to share a project I've been building called LuaDB: a lightweight, zero-dependency embeddable database system written in pure Lua. Why pure Lua? Cross-platform embedding without needing C bindings or compiling native SQLite shared libraries (great for LÖVE, Roblox, OpenResty,…...
ZFS auf Proxmox: Performance-Tuning und Datensicherung in der Praxis
2+ week, 1+ day ago (228+ words) ZFS ist nicht einfach ein Dateisystem – es ist ein komplettes Storage-Universum mit integriertem RAID, Copy-on-Write und Checksummen. Wer Proxmox im Produktivbetrieb nutzt, kommt um ZFS kaum herum. Doch zwischen Basis-Konfiguration und optimiertem Betrieb liegen Welten. Hier zeige ich, wie Sie…...
Benchmarking RocksDB’s Three Amplification Factors | HackerNoon
2+ week, 4+ day ago (1468+ words) If you've read anything about RocksDB, LevelDB, Cassandra, or any other LSM-tree database, you've met the three amplification factors: They're always presented the same way: three tidy definitions, a sentence about how tuning is a tradeoff between them, and a…...
LioranDB TypeScript Series #9: Backups, Cluster Health and Operational APIs
4+ week, 7+ hour ago (176+ words) LioranDB TypeScript Series: Build with a developer-first document database powered by Rust and designed for TypeScript. So far we've mostly treated LioranDB as an application database. But the driver also exposes the operational side of the server. This makes operational…...