diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2024-10-17 13:30:00 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2024-10-17 13:30:00 +0300 |
| commit | 14e371f2c42921edd70dd540832eb2b802adb158 (patch) | |
| tree | 8e0a257089a6285109159d748eb924bd454a93af /README.md | |
| parent | ee0a81cf0277a7ff8683f94cc95a23f29996d980 (diff) | |
Add ARCHITECTURE.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |
