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.

Hold with a pointer, or hold Space or Enter.

News

DEV Community
dev.to > ultrontheai > liorandb-v2-is-in-pre-alpha-please-try-to-break-it-j46

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…...

DEV Community
dev.to > cold_war > luadb-a-pure-lua-embeddable-sql-database-for-game-save-files-state-tracking-and-cloud-sync-l0p

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,…...

DEV Community
dev.to > uhltak > zfs-auf-proxmox-performance-tuning-und-datensicherung-in-der-praxis-361o

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…...

@hackernoon
hackernoon.com > benchmarking-rocksdbs-three-amplification-factors

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…...

DEV Community
dev.to > ultrontheai > liorandb-typescript-series-9-backups-cluster-health-and-operational-apis-5c6p

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…...