Title
Building a high-performance key-value cache as an energy-efficient appliance.
Abstract
Key–value (KV) stores have become a critical infrastructure component supporting various services in the cloud. Long considered an application that is memory-bound and network-bound, recent KV-store implementations on multicore servers grow increasingly CPU-bound instead. This limitation often leads to under-utilization of available bandwidth and poor energy efficiency, as well as long response times under heavy load. To address these issues, we present Hippos, a high-throughput, low-latency, and energy-efficient key–value store implementation. Hippos moves the KV store into the operating system’s kernel and thus removes most of the overhead associated with the network stack and system calls. Hippos uses the Netfilter framework to quickly handle UDP packets, removing the overhead of UDP-based GET requests almost entirely. Combined with lock-free multithreaded data access, Hippos removes several performance bottlenecks both internal and external to the KV-store application.
Year
DOI
Venue
2014
10.1016/j.peva.2014.07.002
Performance Evaluation
Keywords
Field
DocType
Key–value cache,Netfilter,Clock cache policy,Skb buffer reuse
Computer science,Efficient energy use,Cache,Server,Real-time computing,Loadable kernel module,Throughput,Protocol stack,Multi-core processor,Operating system,Cloud computing
Journal
Volume
ISSN
Citations 
79
0166-5316
7
PageRank 
References 
Authors
0.57
14
3
Name
Order
Citations
PageRank
Yuehai Xu121710.91
Eitan Frachtenberg2106085.08
Song Jiang3117851.38