aboutsummaryrefslogtreecommitdiff
path: root/documentation/research/database.md
diff options
context:
space:
mode:
authorEduardo Julian2020-10-24 05:05:26 -0400
committerEduardo Julian2020-10-24 05:05:26 -0400
commitbcd68d4691e7b2f6d56e0ab92b591c14d7a26a48 (patch)
tree3e739d4b5d963ad98f54e1748c28ea1d33aa7330 /documentation/research/database.md
parentc006a5fe8e82f6fc7c8cdb9db0f44c06d229f34e (diff)
Re-named "search" to "one" and "search-all" to "all".
Diffstat (limited to '')
-rw-r--r--documentation/research/database.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/documentation/research/database.md b/documentation/research/database.md
index c51c603aa..2152dd124 100644
--- a/documentation/research/database.md
+++ b/documentation/research/database.md
@@ -79,6 +79,7 @@
# Storage
+1. [Understanding LSM Trees: What Powers Write-Heavy Databases](https://yetanotherdevblog.com/lsm/)
1. http://www.benstopford.com/2015/02/14/log-structured-merge-trees/
1. A Comparison of Adaptive Radix Trees and Hash Tables