EDBT 2026 Demo / reviewers in the wild / expert
Bo Mao 0003
dblp:26/3849-3
· DBLP profile ↗
4ranked-venue papers in the field
0as first author
3since 2021 · last 2026
0000-0002-4819-4583ORCID · conflict
Domains — venue-derived; a paper can count in several
Big Data, Cloud & Distributed Data Systems · 3Database Systems & Data Management · 1
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | HRAC: A High-Ratio Lossless Compressor for High-Resolution Astronomical DataabstractThis paper proposes HRAC, a novel compressor targeting high-entropy and highresolution astronomical data of both integer and floating-point types. HRAC leverages the distinct characteristics of high-frequency astronomical data across different dimensions: it reads the data along the dimension with the lowest variability and partitions the stream into blocks. For each block, HRAC calculates the mean value of the data after excluding the maximum and minimum, then applies differential coding using this mean against all data within the block to generate a residual sequence. This residual sequence is encoded using a prefix code that combines ideas from ExpGolomb and Elias gamma coding. When compressing floating-point data, the local smoothness assumption crucial for differential prediction is violated if two close values straddle zero. HRAC addresses this by selectively moving the sign bit after the exponent bits. For decompression, several parameters are required per block. Unlike the conventional approach of storing parameters in each block header, HRAC computes the optimal parameters from the previous block and reuses them for the next, eliminating their storage overhead. Experiments on multiple datasets demonstrate that HRAC delivers superior overall performance compared with other compressors, as shown in Fig. 1. Heshan Wang, Jingwen Guo, Suzhen Wu, Bo Mao 0003 |
DCC | 5 |
| 2026 | Xerxes: Extensive Exploration of Scalable Hardware Systems with CXL-Based Simulation Framework
Yuda An, Shushu Yi, Bo Mao 0003, Qiao Li 0001, Mingzhe Zhang 0005, Diyu Zhou, Ke Zhou 0001, Nong Xiao 0001, Guangyu Sun 0003, Yingwei Luo, Jie Zhang 0048 |
FAST | 3 |
| 2025 | BL-Tree: The Best of Both Worlds by Combining B+- Tree on Top and LSM - Tree on BottomabstractThe shattered and overlapped Level-0 data organization is the primary cause of write stall and read amplification problems in LSM-Tree-based Key-Value (KV) stores: (1) Level-0 to Level-1 compaction involves a large amount of data which induces write stalls, and (2) A point lookup needs to access multiple files in Level-0 which leads to significant read amplification. To address the problem, we propose BL-Tree by replacing the shattered Level-0 in LSM-Tree with a B+-Tree in byte-addressable Persistent Memory (PM). The sorted B+-Tree of Level-0 can accelerate the point lookup speed and reduce read/write amplification. BL-Tree further conducts the locality-aware and parallel compaction from the B+-Tree in PM (Level-0) to the lower levels of LSM-Tree in SSDs by only moving cold data downward, thus alleviating the write stalls and reducing the read/write amplification simultaneously. The extensive experiments on the prototype of BL- Tree show that it definitely avoids the write stalls and significantly reduces the read/write amplification. As a result, BL-Tree reduces the P99 tail latency by 65.2 × than LevelDB-PM and speeds up the throughput by more than 2 × under workloads with spatial locality than other KV stores. Suzhen Wu, Zuocheng Wang, Shengzhe Wang 0001, Jiahong Chen, Chunfeng Du, Ke Zhou 0001, Jie Zhang 0048, Bo Mao 0003 |
ICDE | 8 |
| 2009 | WorkOut: I/O Workload Outsourcing for Boosting RAID Reconstruction Performance
Suzhen Wu, Hong Jiang 0001, Dan Feng 0001, Lei Tian 0001, Bo Mao 0003 |
FAST | 5 |