paper-with-me

Papers

MetaHive: A Cache-Optimized Metadata Management for Heterogeneous Key-Value Stores

2024-07-26 · Alireza Heidari, Amirhossein Ahmadi, Zefeng Zhi, Wei zhang

Cloud key-value (KV) stores provide businesses with a cost-effective and adaptive alternative to traditional on-premise data management solutions. KV stores frequently consist of heterogeneous clusters, characterized by varying hardware specifications of the deployment nodes, with each node potentially running a distinct version of the KV store software. This heterogeneity is accompanied by the diverse metadata that they need to manage. In this study, we introduce MetaHive, a cache-optimized approach to managing metadata in heterogeneous KV store clusters. MetaHive disaggregates the original data from its associated metadata to promote independence between them, while maintaining their interconnection during usage. This makes the metadata opaque from the downstream processes and the other KV stores in the cluster. MetaHive also ensures that the KV and metadata entries are stored in the vicinity of each other in memory and storage. This allows MetaHive to optimally utilize the caching mechanism without extra storage read overhead for metadata retrieval. We deploy MetaHive to ensure data integrity in RocksDB and demonstrate its rapid data validation with minimal effect on performance.

📄 PDF Abstract BibTeX arXiv:2407.19090

Code (0)

등록된 구현이 없습니다.

Tasks

Management

Similar Papers 제목 키워드 기반

Towards Efficient Key-Value Cache Management for Prefix Prefilling in LLM Inference

2025-05-28 · Yue Zhu, Hao Yu, Chen Wang, Zhuoran Liu 외

The increasing adoption of large language models (LLMs) with extended context windows necessitates efficient Key-Value Cache (KVC) management to optimize inference performance. Inference workloads like Retrieval-Augmente…

ManagementRAGRetrieval-augmented Generation

Efficient Unified Caching for Accelerating Heterogeneous AI Workloads

2025-06-14 · Tianze Wang, Yifei Liu, Chen Chen, Pengfei Zuo 외

Modern AI clusters, which host diverse workloads like data pre-processing, training and inference, often store the large-volume data in cloud storage and employ caching frameworks to facilitate remote data access. To avo…

Management

TensorTEE: Unifying Heterogeneous TEE Granularity for Efficient Secure Collaborative Tensor Computing

2024-07-12 · Husheng Han, Xinyao Zheng, Yuanbo Wen, Yifan Hao 외

Heterogeneous collaborative computing with NPU and CPU has received widespread attention due to its substantial performance benefits. To ensure data confidentiality and integrity during computing, Trusted Execution Envir…

CPULanguage ModellingLarge Language ModelScheduling

Efficient and Privacy Aware Edge Cloud Collaborative Inference for Large Language Models

2026-07-14 · Chen Li, Jiexiong Liu, Yi Li arxiv

On-device LLM inference faces a trilemma of response latency, limited hardware resources and user privacy. Full cloud inference delivers strong computing power but exposes user prompts and dialogue data, while standalone…

Semantic Data Management in Data Lakes

2023-10-23 · Sayed Hoseini, Johannes Theissen-Lipp, Christoph Quix

In recent years, data lakes emerged as away to manage large amounts of heterogeneous data for modern data analytics. One way to prevent data lakes from turning into inoperable data swamps is semantic data management. Som…

Data IntegrationKnowledge GraphsManagement