VLDB 2026 Research / reviewers in the wild / expert
Runhuai Huang
dblp:390/1803
· DBLP profile ↗
7ranked-venue papers in the field
0as first author
7since 2021 · last 2026
0009-0000-9450-6886ORCID · reported
Domains — venue-derived; a paper can count in several
Big Data, Cloud & Distributed Data Systems · 5Database Systems & Data Management · 2
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | Robust Index Benefit Estimation via Hierarchical and Two-Dimensional Feature Representation
Feng Liang 0004, Jinqi Quan, Zihang Yang, Runhuai Huang, Xiping Hu, Haipeng Dai |
ICDE | 6 |
| 2025 | APSys: Disaggregated LLM Serving System with an Adaptive Parallel Strategy
Zhaochen Li, Huaxia Wang, Anfa Zhang, Zhiyong Yan, Runhuai Huang |
IEEE Big Data | 5 |
| 2025 | A Trustworthy and Traceable Identity Authentication Framework Leveraging Zero-Knowledge Proofs
Jianming Lin, Hui Li 0022, Niansheng Tang, Wenhui Hu, Runhuai Huang, Shengyao Wu |
IEEE Big Data | 7 |
| 2025 | A Traceable, Secure, Hierarchical, and Fine-Grained Redactable Blockchain for Multi-Identifier System
Shibiao Tan, Pin-Han Ho, Zehua Wang 0001, Runhuai Huang |
IEEE Big Data | 7 |
| 2025 | Taste: Towards Practical Deep Learning-based Approaches for Semantic Type Detection in the Cloud
Feng Liang 0004, Jinqi Quan, Huang Chuang, Runhuai Huang, Xiping Hu |
EDBT | 6 |
| 2024 | SVP: Enhancing Security and Scalability for Metaverse Blockchain Through Integrating Stake in Voting-based Consensus ProtocolabstractBlockchain has now become a critical infrastructure in Metaverse for storing and managing the digital resources of users, bridging the real and virtual worlds. However, consensus protocols in blockchains constrain the performance of their applications. While existing voting-based consensus protocols such as HotStuff and other Byzantine Fault Tolerance (BFT) protocols have optimized efficiency and scalability, they simply adopt a one-person-one-vote rule that is not aligned with the human-centric values of most blockchain applications, including Metaverse. Therefore, we propose Stake Voting Protocol (SVP), a secure and scalable consensus protocol, whose design philosophy is to consider validators’ stakes in the BFT protocol and introduce flexibility through a sliding window. We also propose a certification rule within the pipelined two-chain consensus process to enhance security. Furthermore, our epoch change and incentive mechanisms ensure dynamics and liveness, respectively. Finally, our analytical and experimental results demonstrate that the proposed SVP satisfies correctness and can resist specific attacks with low latency and high throughput. Wuyang Li, Hui Li 0022, Qiufan Wu, Han Wang 0022, Weimin Zeng, Yanping Zhang 0008, Ping Lu 0008, Runhuai Huang |
IEEE Big Data | 10 |
| 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 | 5 |