@inproceedings{516929dff85e41f6a58718458479bb42,
title = "Chisel: Reshaping Queries to Trim Latency in Key-Value Stores",
abstract = "It is challenging for key-value data stores to trim user (tail) latency of requests as the workloads are observed to have skewed number of key-value pairs and commonly retrieved via multiget operation, i.e., all keys at the same time. In this paper we present Chisel, a novel client side solution to efficiently reshape the query size at the data store by adaptively splitting big requests into chunks to reap the benefits of parallelism and merge small requests into a single query to amortize latency overheads per request. We derive a novel layered queueing model that can quickly and approximately steer the decisions of Chisel. We extensively evaluate Chisel on memcached clusters hosted on a testbed, across a large number of scenarios with different workloads and system configurations. Our evaluation results show that Chisel can overturn the inherent high variability of requests into a judicious operational region, showcasing significant gains for the mean and 95th percentile of user perceived latency, compared to the state-of-art query processing policy.",
author = "Robert Birke and Perez, {Juan F.} and Mokhtar, {Sonia Ben} and Navaneeth Rameshan and Chen, {Lydia Y.}",
note = "Funding Information: VIII. ACKNOWLEDGEMENTS This research was partly funded by the SNSF NRP75 project Dapprox 407540 167266. Publisher Copyright: {\textcopyright} 2019 IEEE. Copyright: Copyright 2020 Elsevier B.V., All rights reserved.; 16th IEEE International Conference on Autonomic Computing, ICAC 2019 ; Conference date: 16-06-2019 Through 20-06-2019",
year = "2019",
month = jun,
doi = "10.1109/ICAC.2019.00016",
language = "English (US)",
series = "Proceedings - 2019 IEEE International Conference on Autonomic Computing, ICAC 2019",
publisher = "Institute of Electrical and Electronics Engineers Inc.",
pages = "42--51",
booktitle = "Proceedings - 2019 IEEE International Conference on Autonomic Computing, ICAC 2019",
address = "United States",
}