Towards Anticipatory Databases Through Shared Data and Workload Semantics

📅 2026-09-12
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
本文针对数据库管理系统中基于低级信号决策的问题,提出通过共享数据和工作负载语义来改进预测性决策的方法。
📝 Abstract
Database management systems increasingly serve dynamic and exploratory workloads, yet many of their decisions still rely on low-level signals such as recency, frequency, and address locality. These signals capture how data was accessed, but not what is being examined or how an analytical focus evolves. We argue for treating workload semantics as a first-class control signal for anticipatory decision making. Central to this view, we introduce semantic locality and semantic trajectories, which capture relationships among nearby queries and how those relationships evolve across a session. We propose a framework that represents semantic context at the data, query, and session levels, models its evolution over time, and translates it into task-specific utility estimates. We instantiate this framework in semantic prefetching and semantic cache eviction, which share a semantic layer to make two separate decisions. Prefetching uses semantic trajectories to anticipate future accesses beyond what address-based locality can capture, while eviction uses semantic relevance to inform block replacement. These systems provide initial evidence that shared semantic context can support multiple DBMS components. We further outline how this principle can extend to other decisions and data systems, and discuss key challenges in representation, cost, adaptation, and evaluation.
Problem

Research questions and friction points this paper is trying to address.

Database Management Systems
Workload Semantics
Anticipatory Decision Making
Semantic Locality
Semantic Trajectories
Innovation

Methods, ideas, or system contributions that make the work stand out.

semantic locality
semantic trajectories
anticipatory decision making
workload semantics
semantic prefetching