diff options
author | Eduardo Julian | 2019-05-17 20:03:39 -0400 |
---|---|---|
committer | Eduardo Julian | 2019-05-17 20:03:39 -0400 |
commit | 6916a864871247a2f6aa60d5c69814cd2ba8ae4b (patch) | |
tree | b3c522d9d41c0f51a5abb25d338540c7f0ebd917 /documentation | |
parent | 6c5a33ea07732fdd415712af49784653266682b3 (diff) |
Forgot to actually compile the methods. Now doing so.
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/research/database.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/documentation/research/database.md b/documentation/research/database.md index 4d3be85a6..63fbd541c 100644 --- a/documentation/research/database.md +++ b/documentation/research/database.md @@ -48,10 +48,9 @@ # Index 1. https://en.wikipedia.org/wiki/Fractal_tree_index -1. Beating hash tables with trees? The ART-ful radix trie - - https://www.the-paper-trail.org/post/art-paper-notes/ +1. [Beating hash tables with trees? The ART-ful radix trie](https://www.the-paper-trail.org/post/art-paper-notes/) 1. https://www.ristret.com/s/gnd4yr/brief_history_log_structured_merge_trees +1. [Getting The Most Out Of Your PostgreSQL Indexes](https://pgdash.io/blog/postgres-indexes.html?p) # Relational Algebra |