Automatic Partitioning of Database Applications
Summary: Automatic partitioning of database applications between app and DB server using Pyxis. It profiles, analyzes dependencies, and minimizes control transfers and data movement to approach stored-procedure performance; experiments on TPC-C/TPC-W show up to 3x latency reduction and 1.7x throughput gain versus non-partitioned, competitive with handcrafted stored procedures. (summarized by gpt-5-nano on Feb 09 2026)
Incoming Non-self Citations Over Time
Authors
- 1. Alvin Cheung (Massachusetts Institute of Technology)
- 2. Samuel Madden (Massachusetts Institute of Technology)
- 3. Owen Arden (Cornell University)
- 4. Andrew C. Myers (Cornell University)
BibTeX Citation
@article{cheung_vldb12,
title = {{Automatic Partitioning of Database Applications}},
author = {Cheung, Alvin and Madden, Samuel and Arden, Owen and Myers, Andrew C.},
journal = {PVLDB},
series = {{VLDB} '12},
volume = {5},
number = {11},
pages = {1471--1482},
doi = {10.14778/2350229.2350262},
url = {https://doi.org/10.14778/2350229.2350262},
year = {2012}
}
Incoming Citations (Sorted by Pagerank)
Showing 16 of 16 citing papers.
Previous
Page 1 / 1
Next
Outgoing Citations (Sorted by Pagerank)
Showing 4 of 4 cited papers.
Citations counted here include only citations to other VLDB/SIGMOD/CIDR/PODS papers in this database.
| Rank | Cited Paper | Year | Venue | Pagerank |
|---|---|---|---|---|
| 199 | Integrating Vertical and Horizontal Partitioning into Automated Physical Database Design | 2004 | SIGMOD | 0.00025612088 |
| 246 | Automating Physical Database Design in a Parallel Database | 2002 | SIGMOD | 0.00023457421 |
| 292 | LINQ: Reconciling Objects, Relations and XML in the .NET Framework | 2006 | SIGMOD | 0.00022259549 |
| 1,261 | Rewriting Procedures for Batched Bindings | 2008 | VLDB | 0.0001143305 |
Previous
Page 1 / 1
Next
Semantically Similar Papers
| # | Overall Rank | Paper | Year | Venue |
|---|---|---|---|---|
| 1 | 2,363 | Clay: Fine-Grained Adaptive Partitioning for General Database Schemas | 2017 | VLDB |
| 2 | 3,199 | Query Optimization Techniques for Partitioned Tables | 2011 | SIGMOD |
| 3 | 1,632 | Data Morphing: An Adaptive, Cache-Conscious Storage Technique | 2003 | VLDB |
| 4 | 246 | Automating Physical Database Design in a Parallel Database | 2002 | SIGMOD |
| 5 | 1,199 | Bridging the Archipelago between Row-Stores and Column-Stores for Hybrid Workloads | 2016 | SIGMOD |
| 6 | 7,434 | Database Isolation By Scheduling | 2021 | VLDB |
| 7 | 3,876 | Cracking the Database Store | 2005 | CIDR |
| 8 | 5,497 | JECB: a Join-Extension, Code-Based Approach to OLTP Data Partitioning | 2014 | SIGMOD |
| 9 | 471 | Skew-Aware Automatic Database Partitioning in Shared-Nothing, Parallel OLTP Systems | 2012 | SIGMOD |
| 10 | 5,949 | Speeding up Database Applications with Pyxis | 2013 | SIGMOD |