Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangbowen-sjtu committed Oct 2, 2024
1 parent a2bef82 commit a9305e4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ My research interests focus on designing storage systems (e.g., database systems
* NBTree (VLDB 22): A persistent B+Tree that employs a two-layer leaf node structure to minimize the number of PM accesses and a lock-free concurrency protocol to enhance scalability.
* Spash (ICDE 24): A persistent hash index that combines the benefits of HTM and persistent CPU cache to minimize write amplification and maximize concurrency.
* Calloc (TPDS 24): A persistent memory allocator that fully exploits the persistent CPU cache to absorb PM writes during memory management.
* **Disaggregated Memory-based Systems.** Disaggregated memory systems disseminate the compute and memory resources of monolithic servers into two independent network-attached pools, offering
high resource utilization, enhanced architectural elasticity, and fine-grained failure domain. These advantages have motivated our exploration into optimizing current systems for this innovative architecture.
* **Disaggregated Memory-based Systems.** Disaggregated memory systems disseminate the compute and memory resources of monolithic servers into two independent network-attached pools, offering high resource utilization, enhanced architectural elasticity, and fine-grained failure domain. These advantages have motivated our exploration into optimizing current systems for this innovative architecture.

# Publication

Expand Down

0 comments on commit a9305e4

Please sign in to comment.