Memcached 1.6 Released With Enhanced Performance For This Memory Caching System

Written by Michael Larabel in Free Software on 9 March 2020 at 06:52 AM EDT. 1 Comment
FREE SOFTWARE
Memcached 1.6 was released on Sunday as a big update for this popular open-source distributed memory caching system.

Most notable with Memcached 1.6 is the new meta protocol that is now more featureful than the now-deprecated binary protocol. This meta protocol is said to offer better correctness and performance. Memcached's networking code was also redone to allow automatic batching of response system calls. With the networking changes, when averaging 1.5 keys per syscall is said to potentially reduce server CPU usage by up to 25% and latency by at least a few percent.

Memcached 1.6 also comes with "Extstore" by default as the new external storage shim. Extstore leaves the hash tables and keys in memory while moving values to external flash-based storage.

There are also fixes and other improvements as outlined via the release notes on the new Memcached 1.6.0. Given the performance improvements, I'll be running some Memcached 1.6 benchmarks shortly.
Related News
About The Author
Michael Larabel

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.

Popular News This Week