VersaDB: A High-Performance AI Storage Database for Unifying Mutimodal Datasets

📅 2026-08-24
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
为解决多模态数据集处理速度慢的问题,本文提出VersaDB,一种基于页存储和B+树索引的AI数据库,支持自动分片和层级元数据管理,加速数据访问。
📝 Abstract
The AI field has been rapidly developing, leading to the emergence of a large number of AI training datasets of various types. These datasets contain different modalities, including text, images, audio, etc., and may come in various data storage formats. With the advancement of AI hardware, AI computation units like GPUs, TPUs, and NPUs can greatly accelerate the training speed of AI models, which in turn increases the demand for faster data processing. When using existing AI processing frameworks to handle datasets with different modalities and storage formats, processing speeds may be suboptimal due to issues such as data layout and the way users handle the data. Therefore, using a unified database to store multiple data formats can better manage and optimize data access. In this paper, we introduce VersaDB, a database designed specifically for AI datasets with various modalities. We implemented a page-based storage system, separating structured and unstructured data. Additionally, we generated B+ tree-based index files to accelerate data access. VersaDB supports automatic sharding and maintains a hierarchical metadata management system, with corresponding metadata maintained at the page, shard, and global levels, forming the foundation for the efficient operation of the database. We also focused on ease of use by providing APIs for directly converting datasets into VersaDB, as well as APIs for converting popular AI data storage formats (e.g., CSV, TFRecord, .bin) into VersaDB.Our experiments show that using VersaDB can achieve up to 5.35x acceleration and maintain consistent performance across different parallelism levels.
Problem

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

multimodal datasets
data storage formats
data processing speed
Innovation

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

page-based storage
B+ tree index
automatic sharding
hierarchical metadata management
C
Cong Wang
Huawei, China
Z
Zelin Liu
Shanghai Jiao Tong University, Shanghai, China
Y
Yang Luo
Huawei, China
R
Ran Zhang
South China University of Technology, Guangzhou, China
Z
Zhijian Guo
Huawei, China
Hui Zhang
Hui Zhang
Professor of Sports Science at Zhejiang University
Data analysis in sport
F
Fan Yu
Huawei, China
Y
Yanfei Cao
University of Science and Technology of China, Anhui, China
N
Naijie Gu
University of Science and Technology of China, Anhui, China
J
Jun Yu
University of Science and Technology of China, Anhui, China