Abstract
Many data-intensive and distributed applications rely on low-latency and scalable key–value storage systems across the Computing Continuum. Key–value storage systems typically use consistent hashing or hash slot-sharding mechanisms to distribute data across storage nodes, which ensures load balancing but often leads to sub-optimal response times and monetary costs, particularly in geo-distributed systems where nodes might have different unit prices and be widely dispersed. In this paper, we propose SmartKV, a cost-efficient geo-distributed key–value store that optimizes data placement dynamically, abstracting the intricacies of data organization, transfer, access, and processing. SmartKV integrates a decentralized data placement algorithm that optimizes the replication factor and selects suitable locations for key–value pairs and replicas, balancing cost and access latency while keeping optimization overhead low. We employ a realistic cost model based on public and private Cloud and Edge providers that consider data transfer, request, and storage costs. In addition to conventional key–value pairs, SmartKV supports active key–value pairs, which enable the definition of custom data types and the execution of user-defined functions directly on the storage side. This contributes to reducing data transfer costs and round-trip times. We thoroughly evaluate SmartKV across different regions of the Chameleon testbed using several realistic workloads. Results show that the utilized decentralized data placement strategy allows SmartKV to reduce round trip times between 9 and 84% while reducing costs up to 4.84× under different client workloads and consistency models compared to state-of-the-art data placement strategies.
Original language | English |
---|---|
Article number | 107857 |
Number of pages | 15 |
Journal | Future Generation Computer Systems |
Volume | 171 |
DOIs | |
Publication status | Published - Oct 2025 |
Bibliographical note
Publisher Copyright:© 2025 The Authors
Funding
The results presented in this paper were obtained using the Cham eleon testbed supported by the National Science Foundation, United States (Award Number 2027170) . Funded by the EU NextGenerationEU through the Recovery and Resilience Plan for Slovakia under the project No. 09I02-03-V01-00012/2025/VA/PZ.
Funders | Funder number |
---|---|
National Science Foundation, United States | 2027170 |
EU NextGenerationEU through the Recovery and Resilience Plan for Slovakia | 09I02-03-V01-00012/2025/VA/PZ |
Keywords
- Computing continuum
- Data migration
- Data placement
- Decentralized
- Distributed data
- Distributed data storage
- Distributed key–value storage
- Replica management