rqlite 9.2 — the Distributed SQLite Database — Fast Restarts with GB Datasets
philipotoole.com·9h·
Discuss: Hacker News
Flag this post

rqlite is a lightweight, user-friendly, distributed relational database. It’s written in Go, employs Raft for distributed consensus, and uses SQLite as its storage engine.

The newly released rqlite 9.2.0 introduces a major improvement to startup performance – nodes can now resume from where they left off, instead of rebuilding their state from scratch on every restart. This change means that even if a node manages gigabytes of SQLite data, it can come back online almost instantly, with startup time no longer proportional to dataset size.

In this post, I’ll explore…

Similar Posts

Loading similar posts...