Dragonfly 0.13 Database Adds Experimental SSD-Based Data Tiering, More SIMD Work

Written by Michael Larabel in Free Software on 2 January 2023 at 06:25 AM EST. 7 Comments
FREE SOFTWARE
Dragonfly, the open-source project that advertises itself as "Probably, the fastest in-memory store in the universe!" as a high speed in-memory database that is compatible with the Memcached and Redis APIs has out a big release to kick off 2023.

Dragonfly is designed to be a speedy, easy-to-use replacement for Redis and the project has shown it can be much faster than it as well as KeyDB and Memcached. With Sunday's release of Dragonfly 0.13 the project has introduced an improved defragmentation algorithm, experimental SSD-based data-tiering support, additions to its JSON API, the experimental replication support now works with more operations, and writes and reads of large string values are now optimized for x86 architectures with SIMD.


The new SIMD implementation for bitpacking has shown a 3.5x improvement when packing a large string. The SSD-based data tiering support is currently experimental and only supported for strings right now. The tentative feature can be enabled with the "--spill_file_prefix=" flag.

Downloads and more details on the Dragonfly 0.13 changes via GitHub.
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