Aether: A Scalable Approach to Logging
Summary: Aether scales ARIES logging on multi-core DBs; bottlenecks: tiny I/O bursts, flush lock waits, OS scheduler churn, memory contention. Holistic tech yields 20–69% speedups on log workloads and >1.8 GB/s small-log inserts on server, beating mutex-based logging. (summarized by gpt-5-nano on Feb 09 2026)
Incoming Non-self Citations Over Time
Authors
- 1. Ryan Johnson (Carnegie Mellon University; EPFL)
- 2. Ippokratis Pandis (Carnegie Mellon University; EPFL)
- 3. Radu Stoica (EPFL)
- 4. Anastasia Ailamaki (Carnegie Mellon University; EPFL)
- 5. Manos Athanassoulis (EPFL)
BibTeX Citation
@article{johnson_vldb10,
title = {{Aether: A Scalable Approach to Logging}},
author = {Johnson, Ryan and Pandis, Ippokratis and Stoica, Radu and Ailamaki, Anastasia and Athanassoulis, Manos},
journal = {PVLDB},
series = {{VLDB} '10},
volume = {3},
number = {1},
pages = {681--692},
doi = {10.14778/1920841.1920928},
url = {https://doi.org/10.14778/1920841.1920928},
year = {2010}
}
Incoming Citations (Sorted by Pagerank)
Showing 47 of 47 citing papers.
Previous
Page 1 / 1
Next
Outgoing Citations (Sorted by Pagerank)
Showing 12 of 12 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 | 7,973 | Concurrent Prefix Recovery: Performing CPR on a Database | 2019 | SIGMOD |
| 2 | 1,480 | Write-Behind Logging | 2017 | VLDB |
| 3 | 11,821 | Concurrent Updates to Pages with Fixed-Size Rows Using Lock-Free Algorithms | 2020 | VLDB |
| 4 | 1,282 | Improving OLTP Scalability using Speculative Lock Inheritance | 2009 | VLDB |
| 5 | 2,234 | Design Principles for Scaling Multi-core OLTP Under High Contention | 2016 | SIGMOD |
| 6 | 6,531 | Taurus: Lightweight Parallel Logging for In-Memory Database Management Systems | 2021 | VLDB |
| 7 | 3,448 | Adaptive Logging: Optimizing Logging and Recovery Costs in Distributed In-memory Databases | 2016 | SIGMOD |
| 8 | 603 | Scalable Logging through Emerging Non-Volatile Memory | 2014 | VLDB |
| 9 | 4,763 | Rethinking Logging, Checkpoints, and Recovery for High-Performance Storage Engines | 2020 | SIGMOD |
| 10 | 6,265 | Scalable Database Logging for Multicores | 2018 | VLDB |