1
0
Fork 0

CHANGELOG

master
Philip O'Toole 10 months ago
parent b674d1a829
commit 9220fc8bf8

@ -1,3 +1,8 @@
## 8.0.1 (unreleased)
### Implementation changes and bug fixes
- [PR #1454](https://github.com/rqlite/rqlite/pull/1454): Reduce Raft snapshot threshold to 2048.
## 8.0.0 (December 5th 2023)
This release introduces support for much larger data sets. Previously the [Raft snapshotting](https://raft.github.io/) process became more memory intensive and time-consuming as the SQLite database became larger. This set an practical upper limit on the size of the SQLite database. With the 8.0 release rqlite has been fundamentally redesigned such that snapshotting consumes approximately the same amount of resources, regardless of the size of the SQLite database.

Loading…
Cancel
Save