Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Basic info #13

Merged
merged 3 commits into from
Jun 12, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add files to download directly from site
veedata committed Jun 12, 2024
commit 0ef514dd6b8c4b3bf165fdd0b60e3639e66b0051
75 changes: 41 additions & 34 deletions _data/sources.yaml
Original file line number Diff line number Diff line change
@@ -3,67 +3,74 @@

- title: "Prophet: Optimizing LSM-Based Key-Value Store on ZNS SSDs with File Lifetime Prediction and Compaction Compensation"
authors:
- Gaoji Liu
- Chongzhuo Yang
- Qiaolin Yu
- Chang Guo
- Wen Xia
- Zhichao Cao
- Gaoji Liu
- Chongzhuo Yang
- Qiaolin Yu
- Chang Guo
- Wen Xia
- Zhichao Cao
conference: MSST 2024
type: To Appear

- title: "SAS-Cache: A Semantic-Aware Secondary Cache for LSM-based Key-Value Stores"
authors:
- Zhang Cao
- Chang Guo
- Ziyan Lv
- Anand Ananthabhotla
- Zhichao Cao
- Zhang Cao
- Chang Guo
- Ziyan Lv
- Anand Ananthabhotla
- Zhichao Cao
conference: MSST 2024
type: To Appear

- title: "Can ZNS SSDs be Better Storage Devices for Persistent Cache?"
authors:
- Chongzhuo Yang
- Zhang Cao
- Chang Guo
- Ming Zhao
- Zhichao Cao
- Chongzhuo Yang
- Zhang Cao
- Chang Guo
- Ming Zhao
- Zhichao Cao
conference: ACM HotStorage 2024
type: To Appear
buttons:
- type: download
link: ./../publications/files/HS24_ZNS_PersistentCache.pdf


- title: "Can Modern LLMs Tune and Configure LSM-based Key-Value Stores?"
authors:
- Viraj Thakkar
- Madhumitha Sukumar
- Jiaxin Dai
- Kaushiki Singh
- Zhichao Cao
- Viraj Thakkar
- Madhumitha Sukumar
- Jiaxin Dai
- Kaushiki Singh
- Zhichao Cao
conference: ACM HotStorage 2024
type: To Appear
buttons:
- type: download
link: ./../publications/files/HS24_GPT_Project.pdf

- id: https://doi.org/10.1109/ICCD58817.2023.00050
title: "SMRTS: A Performance and Cost-Effectiveness Optimized SSD-SMR Tiered File System with Data Deduplication"
authors:
- Zhichao Cao
- Hao Wen
- Fenggang Wu
- David H.C. Du
- Zhichao Cao
- Hao Wen
- Fenggang Wu
- David H.C. Du
date: '2023-11-06'
conference: IEEE ICCD 2023

- id: https://doi.org/10.1109/ICCD58817.2023.00041
title: "K8sES: Optimizing Kubernetes with Enhanced Storage Service-Level Objectives"
authors:
- Hao Wen
- Zhichao Cao
- Bingzhe Li
- David H.C. Du
- Ayman Abouelwafa
- Doug Voigt
- Shiyong Liu
- Jim Diehl
- Fenggang Wu
- Hao Wen
- Zhichao Cao
- Bingzhe Li
- David H.C. Du
- Ayman Abouelwafa
- Doug Voigt
- Shiyong Liu
- Jim Diehl
- Fenggang Wu
date: '2023-11-06'
conference: IEEE ICCD 2023

7 changes: 7 additions & 0 deletions _data/types.yaml
Original file line number Diff line number Diff line change
@@ -236,3 +236,10 @@ package:
icon: fa-solid fa-box
text: Package
tooltip: Package

# other

download:
icon: fa-solid fa-file-download
text: Download
tooltip: Download
4 changes: 1 addition & 3 deletions _includes/button.html
Original file line number Diff line number Diff line change
@@ -6,9 +6,7 @@
<a
class="button"
href="{{ button.link | replace: "$LINK", button.link | relative_url }}"
{% if button.tooltip %}
data-tooltip="{{ button.tooltip }}"
{% endif %}
target="_blank"
data-style="{{ include.style }}"
{% if include.flip %}
data-flip
Binary file added publications/files/HS24_GPT_Project.pdf
Binary file not shown.
Binary file added publications/files/HS24_ZNS_PersistentCache.pdf
Binary file not shown.