Home / Companies / Dragonfly / Blog / February 2026

February 2026 Summaries

3 posts from Dragonfly

Filter
Month: Year:
Post Summaries Back to Blog
Dragonfly v1.37 significantly enhances vector search performance by implementing a single global Hierarchical Navigable Small World (HNSW) index, replacing the previous per-shard indexing approach. This update results in up to 7x throughput gains and 65x lower latency compared to earlier versions, while also nearly halving memory usage. The new architecture eliminates instability in precision performance, ensuring deterministic results irrespective of thread count, and offers a tunable balance between throughput and precision. Benchmarks show Dragonfly v1.37 surpasses both its predecessor and competitor Valkey in terms of queries per second and latency, making it a cost-effective solution for production-scale vector workloads. Additionally, v1.37 provides memory improvements for JSON and hash map documents, supports new commands, and includes various bug fixes, marking a substantial advancement in in-memory data store capabilities.
Feb 26, 2026 1,195 words in the original blog post.
Modern e-commerce platforms face significant challenges in managing large-scale machine learning (ML) feature stores, driven by a "feature explosion" that requires handling high-dimensional data and complex state vectors. Traditional data infrastructures struggle under the weight of this complexity, leading to a need for a robust and scalable data layer. Dragonfly emerges as a solution by offering a shared-nothing, multi-threaded architecture that efficiently manages concurrent loads, providing predictable, ultra-low latency and massive throughput essential for real-time e-commerce personalization and fraud detection. Its compatibility with the Redis API allows teams to seamlessly integrate Dragonfly without altering existing frameworks, enabling efficient storage, retrieval, and processing of feature data. Instacart's migration to Dragonfly exemplifies its effectiveness, reducing latency and operational costs while maintaining the ability to serve hundreds of millions of features per second, highlighting Dragonfly's role as a foundational technology for modern ML feature stores.
Feb 09, 2026 1,714 words in the original blog post.
Akuity, the company behind the proprietary re-architected Argo CD platform, significantly improved performance and reduced infrastructure overhead by replacing Redis with Dragonfly in their Argo CD deployments. Redis, used as an in-memory cache in Argo CD, posed operational challenges such as high infrastructure demands, scaling constraints, and replication issues, particularly as Akuity's platform scaled to handle larger workloads. Dragonfly emerged as a suitable alternative, being API-compatible with Redis and offering higher throughput, better memory efficiency, and a simpler high-availability model. By switching to Dragonfly, Akuity achieved a notable reduction in infrastructure usage, with the number of pods and containers dropping by over 40% and 30%, respectively, and saw decreases in CPU and memory requirements. Additionally, Dragonfly's efficient replication led to reduced network bandwidth and cost savings, demonstrating its advantages over Redis in large-scale Argo CD environments.
Feb 03, 2026 1,444 words in the original blog post.