Skip to content

Commit bd444aa

Browse files
authored
Update LRU-C
1 parent e81ff71 commit bd444aa

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

profile/README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ Welcome to VLDB Lab Organization on Github 👋
55
### Main Publications
66
|#|Publication Title| Conference | Github Link | Publication Link |
77
|------|---|---|---|---|
8-
|1|NV-SQL: Boosting OLTP Performance with Non-Volatile DIMMs|VLDB 2023|[Github Link](https://github.com/FlashSQL/mysql-nvdimm-caching)|[Publication Link](https://dl.acm.org/doi/10.14778/3583140.3583159)|
9-
|2|Your Read is Our Priority in Flash Storage|VLDB 2022|[Github Link](https://github.com/FlashSQL/rw-rbuf)|[Publication Link](https://dl.acm.org/doi/10.14778/3538598.3538612)|
10-
|3|Avoiding Read Stalls on Flash Storage|SIGMOD 2022|[Github Link](https://github.com/FlashSQL/write-after-read-protocol)| [Publication Link](https://dl.acm.org/doi/abs/10.1145/3514221.3526126)|
11-
|4|2R: Efficiently Isolating Cold Pages in Flash Storage|VLDB 2020|-|[Publication Link](https://vldb.org/pvldb/vol13/p2004-kang.pdf)|
12-
|5|SHARE Interface in Flash Storage for Databases|SIGMOD 2016|[Github Link](https://github.com/FlashSQL/shareSQL)|[Publication Link](https://dl.acm.org/doi/10.1145/2882903.2882910)|
8+
|1|LRU-C: Parallelizing Database I/Os for Flash SSDs|VLDB 2023|[Github Link](https://github.com/FlashSQL/LRU-C)|TBA|
9+
|2|NV-SQL: Boosting OLTP Performance with Non-Volatile DIMMs|VLDB 2023|[Github Link](https://github.com/FlashSQL/mysql-nvdimm-caching)|[Publication Link](https://dl.acm.org/doi/10.14778/3583140.3583159)|
10+
|3|Your Read is Our Priority in Flash Storage|VLDB 2022|[Github Link](https://github.com/FlashSQL/rw-rbuf)|[Publication Link](https://dl.acm.org/doi/10.14778/3538598.3538612)|
11+
|4|Avoiding Read Stalls on Flash Storage|SIGMOD 2022|[Github Link](https://github.com/FlashSQL/write-after-read-protocol)| [Publication Link](https://dl.acm.org/doi/abs/10.1145/3514221.3526126)|
12+
|5|2R: Efficiently Isolating Cold Pages in Flash Storage|VLDB 2020|-|[Publication Link](https://vldb.org/pvldb/vol13/p2004-kang.pdf)|
13+
|6|SHARE Interface in Flash Storage for Databases|SIGMOD 2016|[Github Link](https://github.com/FlashSQL/shareSQL)|[Publication Link](https://dl.acm.org/doi/10.1145/2882903.2882910)|

0 commit comments

Comments
 (0)