rqlite is a lightweight, open-source, distributed relational database written in Go, utilizing SQLite as its storage engine.
Tag Archives: raft
rqlite 8.15.0 released
rqlite 8.14.0 released
rqlite is a lightweight, open-source, distributed relational database written in Go, utilizing SQLite as its storage engine.
8.14.0 improves Raft snapshotting control, as well as enables Automatic Clustering support for read-only nodes.
rqlite 8.10.0 – load large SQLite datasets fast
rqlite is a lightweight, open-source, distributed relational database written in Go, utilizing SQLite as its storage engine.
Release v8.10.0 introduces a new, high-performance, initialize-from-SQLite option. Known as Boot loading, it allows an rqlite node to be loaded with large (multi-GB) datasets, with the time taken to boot the node determined only by disk performance.
rqlite 8.0: Large Dataset Support and Core Feature Upgrades
rqlite is a lightweight, easy-to-use, open-source, distributed relational database. It’s written in Go and uses SQLite as its storage engine.
Release 8.0 is out now and brings substantial advancements to its handling of large data sets. It also adds many new features, and brings improvements in simplicity and operation — all the while maintaining rqlite’s focus on robustness and quality.
Continue reading rqlite 8.0: Large Dataset Support and Core Feature Upgrades
Distributed Systems at GopherCon 2023
It was great to speak at GopherCon 2023, on the topic of building Distributed Systems using Go and Raft.
You can download a copy of my presentation, along with speaker notes, here.
Speaking at GopherCon 2023
This September I’ll be speaking at GopherCon 2023. The conference takes place in San Diego, and I’ll be giving a talk on Building Distributed Systems in Go using the Raft consensus protocol. Much of my presentation will be based on my experience building rqlite.
rqlite upgraded to SQLite 3.42.0
rqlite now supports PowerPC, MIPS, and RISC
rqlite is a lightweight, open-source, distributed relational database written in Go, utilizing SQLite as its storage engine.
rqlite v7.19.0 is out now, and there have been quite a few auto-clustering improvements a bug fixes added. In addition, through the magic of Go cross-compilation support, rqlite can now run on a much wider variety of CPU architectures.
You can download the release from GitHub.
rqlite 7.14.2 released
rqlite is a lightweight, open-source, distributed relational database written in Go, which uses SQLite as its storage engine.
7.14.2 adds various bug fixes and improvements. Most of the rqlite source code was also run through GPT-4, and many of its suggested improvements were incorporated into this release.
You can download the release from GitHub.