From 14e371f2c42921edd70dd540832eb2b802adb158 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Thu, 17 Oct 2024 13:30:00 +0300 Subject: Add ARCHITECTURE.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 01211a8..361bba2 100644 --- a/README.md +++ b/README.md @@ -18,11 +18,15 @@ LogDB does not support: - Schema evolution, other than adding new nullable fields Possible future features: + - Transactions +See the [ARCHITECTURE.md](ARCHITECTURE.md) document for more details on the design and implementation of LogDB. + ## Inspiration The most significant sources of inspiration for LogDB are: + - [SQLite](https://www.sqlite.org/index.html) for its filesystem storage and locking mechanisms. - [Designing Data-Intensive Applications (book)](https://www.oreilly.com/library/view/designing-data-intensive-applications/9781491903063/) for its excellent overview of database internals and in-depth analysis of log-structured storage. -- cgit v1.3