From 36fd82893554910cbe18e159b786c35e72d7f128 Mon Sep 17 00:00:00 2001 From: Erik Grinaker Date: Thu, 23 Jan 2025 22:51:23 +0100 Subject: [PATCH] =?UTF-8?q?Add=20B=CE=B5-tree=20article?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- databases.md | 1 + 1 file changed, 1 insertion(+) diff --git a/databases.md b/databases.md index 740cd01..1fb9ad8 100644 --- a/databases.md +++ b/databases.md @@ -63,6 +63,7 @@ - [ ] šŸ“„ [Building a Bw-Tree Takes More Than Just Buzz Words](http://www.cs.cmu.edu/~huanche1/publications/open_bwtree.pdf) (Z Wang et al 2018) - [ ] šŸ“„ [Constant Time Recovery in Azure SQL Database](https://www.microsoft.com/en-us/research/uploads/prod/2019/06/p700-antonopoulos.pdf) (P Antonopoulos et al 2019) - [ ] šŸ“„ [Enabling Efficient OS Paging for Main-Memory OLTP Databases](https://15721.courses.cs.cmu.edu/spring2016/papers/a7-stoica.pdf) (R Stoica, A Ailamaki 2013) +- [ ] šŸ“„ [An Introduction to BĪµ-trees and Write-Optimization](https://www.usenix.org/system/files/login/articles/login_oct15_05_bender.pdf) (MA Bender et al 2015) - [ ] šŸ“„ [Jungle: Towards Dynamically Adjustable Key-Value Store by Combining LSM-Tree and Copy-On-Write B+-Tree](https://greensky00.github.io/pdf/jungle_hotstorage19.pdf) (JS Ahn et al 2019) - [ ] šŸ“„ [Larger-than-Memory Data Management on Modern Storage Hardware for In-Memory OLTP Database Systems](https://www.cc.gatech.edu/~jarulraj/papers/2016.caching.damon.pdf) (L Ma et al 2016) - [ ] šŸ“„ [The Bw-Tree: A B-tree for New Hardware Platforms](https://www.microsoft.com/en-us/research/wp-content/uploads/2016/02/bw-tree-icde2013-final.pdf) (JJ Levandoski, DB Lomet, S Sengupta 2013)