diff options
author | EuAndreh <eu@euandre.org> | 2020-02-24 02:31:20 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-02-24 02:31:20 -0300 |
commit | 75b12c28e4a338a5675fb7380f6f69c1370ceb57 (patch) | |
tree | a8449d8761431cf97317424031147603da5264cb /_drafts/2020-02-20-book-review-database-internals.md | |
parent | /home/andreh/dev/libre/dotfiles/scripts/ad-hoc/pastebin.sh: Auto-add _pastebi... (diff) | |
parent | Remove tmp/ (diff) | |
download | euandre.org-75b12c28e4a338a5675fb7380f6f69c1370ceb57.tar.gz euandre.org-75b12c28e4a338a5675fb7380f6f69c1370ceb57.tar.xz |
Merge branch 'wip'
Diffstat (limited to '_drafts/2020-02-20-book-review-database-internals.md')
-rw-r--r-- | _drafts/2020-02-20-book-review-database-internals.md | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/_drafts/2020-02-20-book-review-database-internals.md b/_drafts/2020-02-20-book-review-database-internals.md new file mode 100644 index 0000000..8cac601 --- /dev/null +++ b/_drafts/2020-02-20-book-review-database-internals.md @@ -0,0 +1,24 @@ +--- +title: Book review - "Database Internals" +date: 2020-02-20 +layout: post +lang: en +ref: book-review-database-internals +--- +I'm now reading the "Database Internals" book, by Alex Petrov. I'm liking it a +lot, and I have a similar feeling at the end of each chapter of when I was +reading "Designing Data-Intensive Applications": each chapter has some +references to other books, articles and resources, and I feel like I should go +and reach all of them to have a deeper understanding of the subject. + +It gives just enough historical background in the text itself to show that the +author does have knowledge in this area. + +# Chapter 1: Introduction and Overview + +The covering of basic vocabulary (column vs wide-column) is very good and +straightforward, and the fundamental trade-offs are shown very clearly, like +in-memory and disk-based storage, primary-keys and offset lookups, etc. + +Finishing this chapter I was happy with it's content and looking forward for a +more in-depth tour of many of the concepts presented here. |