cd /news/large-language-models/breaking-database-lock-in-agentic-re… · home topics large-language-models article
[ARTICLE · art-53257] src=arxiv.org ↗ pub= topic=large-language-models verified=true sentiment=↑ positive

Breaking Database Lock-In: Agentic Regeneration of Storage Readers for Databases

Researchers introduced Jailbreak, a system that uses large language models to regenerate database storage readers, bypassing traditional database drivers like JDBC and ODBC to read storage files directly. Jailbreak generates columnar buffers compatible with query engines such as DuckDB and Apache Spark, achieving up to 27x speedups on analytical workloads. The approach aims to break database lock-in by enabling direct access to storage files without human-engineered parsing logic.

read2 min views1 publishedJul 9, 2026
Breaking Database Lock-In: Agentic Regeneration of Storage Readers for Databases
Image: source
[Submitted on 8 Jul 2026]


[View PDF](/pdf/2607.07696)

[HTML (experimental)](https://arxiv.org/html/2607.07696v1)

Abstract:Analytical workloads operating on data stored in external database systems face a fundamental bottleneck: data access is guarded entirely by the database driver, like JDBC or ODBC, forcing all reads through query execution and other driver layers that are not designed for bulk columnar analytics. We present Jailbreak, an approach that bypasses the database engine entirely by reading storage files directly and materializing data as in-memory columnar buffers. Jailbreak's key insight is that database file formats, while complex, are fully specified by their source code and documentation, artifacts that Large Language Models (LLMs) can ingest to regenerate operator-specific table reading components without human-engineered parsing logic. Jailbreak leverages LLM-assisted code synthesis for database storage decoding, turning a traditionally opaque format into a directly queryable artifact. We evaluate Jailbreak on PostgreSQL and MySQL storage files, targeting analytical snapshot scenarios common in read replicas and offline processing pipelines. The generated reader produces Apache Arrow buffers consumable directly by most of the widely known query engines, including DuckDB, Apache Spark, and GPU-accelerated frameworks such as cuDF and Spark RAPIDS. We validate correctness against JDBC/ODBC-based baselines using the TPC-H benchmark across all query results, and demonstrate significant performance improvements in end-to-end analytical throughput, achieving up to 27x speedups. Our results showcase that LLM-assisted storage reader synthesis is a viable and generalizable methodology for breaking data lock-in across database systems, with applications beyond PostgreSQL and MySQL for any system whose file format is available to the LLM from documentation or source code.

Submission history #

From: Viktor Giannakouris Salalidis [[view email](/show-email/c7dbc9c1/2607.07696)]

**[v1]** Wed, 8 Jul 2026 17:55:00 UTC (236 KB)

References & Citations

...

Bibliographic Explorer

(What is the Explorer?) Connected Papers

(What is Connected Papers?) Litmaps

(What is Litmaps?) scite Smart Citations

(What are Smart Citations?)# Code, Data and Media Associated with this Article alphaXiv

(What is alphaXiv?) CatalyzeX Code Finder for Papers

(What is CatalyzeX?) DagsHub

(What is DagsHub?) Gotit.pub

(What is GotitPub?) Hugging Face

(What is Huggingface?) ScienceCast

(What is ScienceCast?)# Demos Influence Flower

(What are Influence Flowers?) CORE Recommender

(What is CORE?)# arXivLabs: experimental projects with community collaborators arXivLabs is a framework that allows collaborators to develop and share new arXiv features directly on our website.

Both individuals and organizations that work with arXivLabs have embraced and accepted our values of openness, community, excellence, and user data privacy. arXiv is committed to these values and only works with partners that adhere to them.

Have an idea for a project that will add value for arXiv's community? Learn more about arXivLabs.

── more in #large-language-models 4 stories · sorted by recency
── more on @jailbreak 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/breaking-database-lo…] indexed:0 read:2min 2026-07-09 ·