Skip to content

Releases: YumingxuanGuo/featherdb

v0.5.0

21 May 21:51
Compare
Choose a tag to compare

We have utilized the Raft consensus algorithm to maintain a cluster of replica servers.

v0.4.0

15 Apr 19:24
f145adc
Compare
Choose a tag to compare

Introduced a relational model that supports SQL queries and a command-line REPL client interface.

v0.3.0

23 Mar 18:31
Compare
Choose a tag to compare

Introduced support for concurrent ACID transactions based on Multi-Version Concurrency Control (MVCC). Two isolation levels are offered: Snapshot Isolation (SI) and Serializable Snapshot Isolation (SSI).

v0.2.0

17 Mar 04:46
1e47dfd
Compare
Choose a tag to compare

Added LSM-tree as the main key-value storage engine, providing on-disk persistency and support for concurrent operations.

v0.1.0

05 Mar 15:34
Compare
Choose a tag to compare

An in-memory, non-persistent, single-threaded, non-transactional, non-relational, centralized database.