ATCC: Adaptive Concurrency Control for Unforeseen Agentic Transactions
Weixing Zhou, Zhiyou Wang, Zeshun Peng, Hetian Chen, Yanfeng Zhang, Ge Yu

TL;DR
This paper presents ATCC, an adaptive concurrency control system that dynamically manages agentic transactions powered by LLMs, significantly improving throughput and reducing latency in unpredictable, long-running transaction workloads.
Contribution
ATCC introduces a reinforcement learning-based adaptive concurrency control mechanism tailored for the unique characteristics of agentic transactions.
Findings
Up to 10,000x throughput improvement over existing schemes.
Reduces tail latency by up to 90%.
Effectively handles long, irregular, and non-deterministic transactions.
Abstract
Data agents, empowered by Large Language Models (LLMs), introduce a new paradigm in transaction processing. Unlike traditional applications with fixed patterns, data agents run online-generated workflows that repeatedly issue SQL statements, reason over intermediate results, and revise subsequent plans. To ensure data consistency, these SQL statements issued by an agent should be integrated into a transaction, referred to as agentic transactions. Agentic transactions exhibit unforeseen characteristics, including long execution times, irregular execution intervals, and non-deterministic access patterns, breaking the assumptions underlying concurrency control (CC) (e.g., short-lived, predefined). Traditional CC schemes, which rely on fixed policies, fail to capture such dynamic behavior, resulting in inadequate performance. This paper introduces ATCC, an adaptive Concurrency Control for…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDistributed systems and fault tolerance · Multi-Agent Systems and Negotiation · Service-Oriented Architecture and Web Services
