EDBT 2026 Demo / reviewers in the wild / expert
Shaowen Deng
dblp:394/8957
· DBLP profile ↗
2ranked-venue papers in the field
0as first author
2since 2021 · last 2025
0009-0003-2326-8405ORCID · corroborated
Domains — venue-derived; a paper can count in several
Big Data, Cloud & Distributed Data Systems · 2
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2025 | A High-Throughput Blockchain System for Stablecoins via Parallelizing Consensus and Execution
Yongxin Song, Pin-Han Ho, Zehua Wang 0001, Yimin Yun, Shaowen Deng |
IEEE Big Data | 7 |
| 2024 | HL-LSM: A LSM-Tree Combined with Read Hotness and Learned IndexabstractLog-Structured Merge Tree (LSM-Tree) is widely employed in key-value (kv) store owing to its exceptional performance in write-intensive workloads. LSMTree appends kv pairs to memory initially, and only when the memory capacity reaches a threshold does it flush the data to disk. However, in comparison to write, read operations often entail more disk access, resulting in relatively a slower response speed. Although LSM-Tree utilizes an index structure to expedite read operations, its performance enhancement remains limited. In addition, LSM-Tree fails to consider the read hotness of each sorted string table (SSTable) during compaction, leading to significant fluctuations in performance. This paper introduces HL-LSM, a novel LSM-Tree. HL-LSM utilizes learned index to replace original index to save system overhead and improve read performance. Moreover, a lightweight read hotness statistics is devised to optimize the compaction and assess the feasibility of each SSTable in constructing a learned index. In order to evaluate the performance of HL-LSM, we constructed a system prototype, HLDB, based on WiscKey. Experiment demonstrates that in read-intensive scenarios, HLDB is able to reduce the overall system latency by nearly 10% compared to WiscKey. Furthermore, it was observed that the optimization effect of HL-LSM improves as the variance of hotness value distribution increases. Hong Tan, Hui Li 0022, Runhuai Huang, Shaowen Deng |
IEEE Big Data | 6 |