vix.ing · top · new · best · stats · spec

AlayaDB: The Data Foundation for Efficient and Effective Long-context LLM Inference

2025/04/14 by Yangshen Deng, Deng, Yangshen, Zhengxin You +28 · 1 citation
Computer Science · #Advanced Computational Techniques and Applications #Artificial Intelligence (cs.AI) #Databases (cs.DB) #FOS: Computer and information sciences #H.3.1 #H.3.2 #H.3.3 #H.3.4 #Information Retrieval (cs.IR)

paper · pdf · doi:10.48550/arxiv.2504.10326

openalex publication_date 2025/04/14 · openalex created_date 2025/10/14 · openalex updated_date 2026/07/28

Abstract

AlayaDB is a cutting-edge vector database system natively architected for efficient and effective long-context inference for Large Language Models (LLMs) at AlayaDB AI. Specifically, it decouples the KV cache and attention computation from the LLM inference systems, and encapsulates them into a novel vector database system. For the Model as a Service providers (MaaS), AlayaDB consumes fewer hardware resources and offers higher generation quality for various workloads with different kinds of Service Level Objectives (SLOs), when comparing with the existing alternative solutions (e.g., KV cache disaggregation, retrieval-based sparse attention). The crux of AlayaDB is that it abstracts the attention computation and cache management for LLM inference into a query processing procedure, and optimizes the performance via a native query optimizer. In this work, we demonstrate the effectiveness of AlayaDB via (i) three use cases from our industry partners, and (ii) extensive experimental results on LLM inference benchmarks.

Cited by

Related