diff options
author | Eduardo Julian | 2020-10-24 05:05:26 -0400 |
---|---|---|
committer | Eduardo Julian | 2020-10-24 05:05:26 -0400 |
commit | bcd68d4691e7b2f6d56e0ab92b591c14d7a26a48 (patch) | |
tree | 3e739d4b5d963ad98f54e1748c28ea1d33aa7330 /documentation | |
parent | c006a5fe8e82f6fc7c8cdb9db0f44c06d229f34e (diff) |
Re-named "search" to "one" and "search-all" to "all".
Diffstat (limited to '')
-rw-r--r-- | documentation/research/database.md | 1 |
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 |