3 papers
cs.DB2025
ABase: the Multi-Tenant NoSQL Serverless Database for Diverse and Dynamic Workloads in Large-scale Cloud Environments
Rong Kang, Yanbin Chen, Ye Liu +8
Multi-tenant architectures enhance the elasticity and resource utilization of NoSQL databases by allowing multiple tenants to co-locate and share resources. However, in large-scale…
cs.DB2024
Bullion: A Column Store for Machine Learning
Gang Liao, Ye Liu, Jianjun Chen +1
The past two decades have witnessed significant success in applying columnar storage to data warehousing and analytics. However, the rapid growth of machine learning poses new chal…
cs.DB2024
SFVInt: Simple, Fast and Generic Variable-Length Integer Decoding using Bit Manipulation Instructions
Gang Liao, Ye Liu, Yonghua Ding +2
The ubiquity of variable-length integers in data storage and communication necessitates efficient decoding techniques. In this paper, we present SFVInt, a simple and fast approach…