Sorting on Byte-Addressable Storage: The Resurgence of Tree Structure
Summary: Revisits tree-based sorting for hybrid DRAM–byte-addressable storage (BAS), exploiting the tree's write-once property to align with BAS's asymmetric read/write costs and studying compatibility of existing sorts. Proposes TSort—an optimized tree-sort that outperforms in-place and external sorts across distributions. (summarized by gpt-5-mini on Feb 09 2026)
Incoming Non-self Citations Over Time
No non-self incoming citations found for this paper in this database.
Authors
- 1. Ying Zheng (National University of Singapore)
- 2. Kian-Lee Tan (National University of Singapore)
BibTeX Citation
@article{zheng_vldb24,
title = {{Sorting on Byte-Addressable Storage: The Resurgence of Tree Structure}},
author = {Zheng, Ying and Tan, Kian-Lee},
journal = {PVLDB},
series = {{VLDB} '24},
volume = {17},
number = {6},
pages = {1487--1500},
doi = {10.14778/3648160.3648185},
url = {https://doi.org/10.14778/3648160.3648185},
year = {2024}
}
Incoming Citations (Sorted by Pagerank)
Showing 0 of 0 citing papers.
| Rank | Citing Paper | Year | Venue | Pagerank |
|---|
Previous
Page 1 / 1
Next
Outgoing Citations (Sorted by Pagerank)
Showing 15 of 15 cited papers.
Citations counted here include only citations to other VLDB/SIGMOD/CIDR/PODS papers in this database.
Previous
Page 1 / 1
Next
Semantically Similar Papers
| # | Overall Rank | Paper | Year | Venue |
|---|---|---|---|---|
| 1 | 1,177 | A Comprehensive Study of Main-Memory Partitioning and its Application to Large-Scale Comparison- and Radix-Sort | 2014 | SIGMOD |
| 2 | 5,954 | When Tree Meets Hash: Reducing Random Reads for Index Structures on Persistent Memories | 2023 | SIGMOD |
| 3 | 13,274 | Experiments With B-Tree Reorganization | 1980 | SIGMOD |
| 4 | 9,635 | Memory-Efficient Search Trees for Database Management Systems | 2021 | SIGMOD |
| 5 | 4,955 | Dynamic Memory Adjustment for External Mergesort | 1997 | VLDB |
| 6 | 4,177 | SIMD- and Cache-Friendly Algorithm for Sorting an Array of Structures | 2015 | VLDB |
| 7 | 1,508 | Sorting And Indexing With Partitioned B-Trees | 2003 | CIDR |
| 8 | 7,191 | WiscSort: External Sorting For Byte-Addressable Storage | 2023 | VLDB |
| 9 | 12,033 | A Study of Sorting Algorithms on Approximate Memory | 2016 | SIGMOD |
| 10 | 9,810 | B-Trees Are Back: Engineering Fast and Pageable Node Layouts | 2025 | SIGMOD |