diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2024-10-17 15:04:30 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2024-10-17 15:04:30 +0300 |
| commit | d8ca734d11fbbdb9027b578e108b16e6cc7ca3af (patch) | |
| tree | e314e92591a3c445e8452d29d73f2db9279ecd04 /README.md | |
| parent | 14e371f2c42921edd70dd540832eb2b802adb158 (diff) | |
Update ARCHITECTURE.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -27,7 +27,8 @@ See the [ARCHITECTURE.md](ARCHITECTURE.md) document for more details on the desi The most significant sources of inspiration for LogDB are: -- [SQLite](https://www.sqlite.org/index.html) for its filesystem storage and locking mechanisms. +- [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. LogDB is heavily based on the design outlined in chapter 3. |
