scispace - formally typeset
P

Puyuan Yang

Researcher at Alibaba Group

Publications -  18
Citations -  151

Puyuan Yang is an academic researcher from Alibaba Group. The author has contributed to research in topics: Tree (data structure) & Mobile computing. The author has an hindex of 7, co-authored 17 publications receiving 104 citations. Previous affiliations of Puyuan Yang include University of Science and Technology of China.

Papers
More filters
Journal ArticleDOI

Optimizing B+-tree for hybrid storage systems

TL;DR: A new B+-tree-based index for such hybrid storage systems involving SSD and traditional hard disks, which is called HybridB tree, which aims to reduce the random writes to SSD while keeping high time performance and low buffer costs.
Journal ArticleDOI

BPCLC: An Efficient Write Buffer Management Scheme for Flash-Based Solid State Disks

TL;DR: BPCLC adopts a new block padding technique to improve the write performance of flash-based SSDs and outperforms its competitors with respect to write count, erase count, merge count, and overall I/O overhead.
Journal ArticleDOI

Read/write-optimized tree indexing for solid-state drives

TL;DR: A read/write-optimized index is constructed that is capable of offering better overall performance than previous flash-aware indices and can be balanced by only tuning the false-positive rate of the Bloom filters.
Book ChapterDOI

HB-Storage: Optimizing SSDs with a HDD Write Buffer

TL;DR: The goal of this paper is to use the cheap low-end SSD and HDD to build a hybrid storage system with high efficiency, which is called HB-Storage, which can maintain a high read performance and significantly reduce the write requests on the SSD, and thus has higher overall performance.
Proceedings Article

{BCW}: Buffer-Controlled Writes to HDDs for SSD-HDD Hybrid Storage Server

TL;DR: An extensive experimental study reveals that a series of sequential and continuous writes to HDDs exhibit a periodic, staircase shaped pattern of write latency, which suggests that HDDs can potentially provide μs-level write IO delay (for appropriately scheduled writes), which is close to SSDs’ write performance.