paper-with-me

Papers

Learning Index Selection with Structured Action Spaces

2019-09-16 · Jeremy Welborn, Michael Schaarschmidt, Eiko Yoneki

Configuration spaces for computer systems can be challenging for traditional and automatic tuning strategies. Injecting task-specific knowledge into the tuner for a task may allow for more efficient exploration of candidate configurations. We apply this idea to the task of index set selection to accelerate database workloads. Index set selection has been amenable to recent applications of vanilla deep RL, but real deployments remain out of reach. In this paper, we explore how learning index selection can be enhanced with task-specific inductive biases, specifically by encoding these inductive biases in better action structures. Index selection-specific action representations arise when the problem is reformulated in terms of permutation learning and we rely on recent work for learning RL policies on permutations. Through this approach, we build an indexing agent that is able to achieve improved indexing and validate its behavior with task-specific statistics. Early experiments reveal that our agent can find configurations that are up to 40% smaller for the same levels of latency as compared with other approaches and indicate more intuitive indexing behavior.

📄 PDF Abstract BibTeX arXiv:1909.07440

Code (0)

등록된 구현이 없습니다.

Tasks

Efficient Exploration

Similar Papers 제목 키워드 기반

IA2: Leveraging Instance-Aware Index Advisor with Reinforcement Learning for Diverse Workloads

2024-04-08 · Taiyi Wang, Eiko Yoneki

This study introduces the Instance-Aware Index Advisor (IA2), a novel deep reinforcement learning (DRL)-based approach for optimizing index selection in databases facing large action spaces of potential candidates. IA2 i…

Deep Reinforcement Learning

AutoIndexer: A Reinforcement Learning-Enhanced Index Advisor Towards Scaling Workloads

2025-07-30 · Taiyi Wang, Eiko Yoneki arxiv

Efficiently selecting indexes is fundamental to database performance optimization, particularly for systems handling large-scale analytical workloads. While deep reinforcement learning (DRL) has shown promise in automati…

Reinforcement Learning

Narrative Landscape: Mapping Narrative Dispositions Across LLMs

2026-05-09 · Donghoon Jung, Jiwoo Choi, Songeun Chae, Seohyon Jung arxiv

This study proposes a quantitative framework for profiling LLM dispositions as stable, model-specific regularities in output under repeated, controlled elicitation. Using a structured narrative constraint-selection task …

Dynamic Neighborhood Construction for Structured Large Discrete Action Spaces

2023-05-31 · Fabian Akkerman, Julius Luy, Wouter van Heeswijk, Maximilian Schiffer

Large discrete action spaces (LDAS) remain a central challenge in reinforcement learning. Existing solution approaches can handle unstructured LDAS with up to a few million actions. However, many real-world applications …

BenchmarkingRecommendation Systems

SPIRE: Structure-Preserving Interpretable Retrieval of Evidence

2026-02-12 · Mike Rainey, Umut Acar, Muhammed Sezer arxiv

Retrieval-augmented generation over semi-structured sources such as HTML is constrained by a mismatch between document structure and the flat, sequence-based interfaces of today's embedding and generative models. Retriev…