Home / Companies / Dragonfly / Blog / September 2025

September 2025 Summaries

6 posts from Dragonfly

Filter
Month: Year:
Post Summaries Back to Blog
Dragonfly Swarm has demonstrated remarkable scalability and performance in handling massive in-memory workloads, as evidenced by a benchmark test where a 2TB Dragonfly Swarm cluster achieved over 10 million requests per second (RPS) and nearly 20 million RPS with pipelining. This cloud-based data store leverages a multi-threaded architecture to offer both vertical and horizontal scaling, simplifying operations compared to clustered Redis or Valkey deployments. The benchmark utilized powerful AWS instances and the memtier_benchmark tool to ensure client-side capability, revealing extremely low latencies even under extreme loads. Dragonfly Cloud's scalability comes without the operational complexities typically associated with horizontal sharding, allowing users to easily provision large data stores through a console. Additionally, Dragonfly offers a cost-effective solution with significant performance-per-dollar value compared to competing platforms, supporting up to 15TB data stores or more for enterprise needs. This positions Dragonfly Swarm as a modern solution for high-performance data infrastructure, capable of supporting demanding applications with minimal operational overhead.
Sep 30, 2025 1,776 words in the original blog post.
The text provides a detailed guide on building a retrieval-augmented generation (RAG) system using LlamaIndex and Dragonfly, aimed at providing real-time, domain-specific AI answers without needing to retrain large language models (LLMs). It highlights the limitations of LLMs, noting that their knowledge is static post-training, and introduces RAG as a solution by retrieving relevant data from external sources and using it to generate updated responses. The tutorial covers setting up a Python environment, downloading datasets, configuring the OpenAI API, and connecting LlamaIndex to Dragonfly, emphasizing the importance of vector stores, like Dragonfly, for embedding storage and retrieval. The guide showcases the operational simplicity and performance benefits of Dragonfly, which is Redis-compatible, making it a seamless choice for developers familiar with Redis ecosystems. It concludes by stressing that while LLMs are crucial, the choice of LLM frameworks and vector stores significantly impacts the system's efficiency and reliability, making LlamaIndex and Dragonfly an effective combination for developing RAG systems.
Sep 18, 2025 2,190 words in the original blog post.
Dragonfly Cloud offers a compelling alternative to Redis by significantly reducing costs, primarily through its unique multi-threaded architecture, enhanced memory efficiency, and lower pricing per unit of memory. This innovative architecture allows Dragonfly to handle workloads with fewer resources, maximizing CPU utilization and reducing infrastructure needs by about 40% on average. Additionally, its memory-efficient design results in an average cost reduction of 20%, while its flat pricing model offers nearly 50% savings compared to Redis-based services like ElastiCache. These efficiencies enable customers to achieve substantial cost savings, with some experiencing up to an 80% reduction in expenses when migrating to Dragonfly. The platform's compatibility with Redis ensures a smooth transition, typically requiring minimal code changes, and customers can complete the migration quickly. While not all workloads will benefit equally, Dragonfly guarantees at least a 30% cost reduction for those managing 100GB or more of data on a hosted Redis service.
Sep 13, 2025 977 words in the original blog post.
The text explores the advantages of migrating from Memcached to Dragonfly, highlighting Dragonfly's dual-mode capability that supports both Redis and Memcached protocols simultaneously. This feature allows for a seamless transition without drastic modifications to existing application code, except for CAS operations, while providing access to Dragonfly’s advanced functionalities like rich data types, atomic operations, and partial updates. Memcached's simplicity has made it a popular choice for basic caching, but its limitations become evident as applications scale, requiring complex sharding and lacking sophisticated data manipulation options. Dragonfly offers a solution by maintaining Memcached’s simplicity and enhancing it with Redis-compatible features, such as JSON handling and native support for complex data structures, thus facilitating a gradual migration process. Keyspace sharing between protocols further eases this transition by allowing shared access to string values, although caution is advised when dealing with complex data types to avoid overwriting issues. The migration to Dragonfly represents an opportunity to upgrade applications with improved performance and cost efficiency, transforming the caching layer into a robust data platform.
Sep 11, 2025 1,798 words in the original blog post.
The text is a detailed guide on building a scalable machine learning feature store using Feast, DuckDB, and Dragonfly. It begins by explaining the concept of a feature store, which is crucial for managing machine learning features and enabling both consistent data for training and low-latency access for real-time inference. The guide outlines the roles of the offline and online stores, with DuckDB serving as a simple yet powerful offline store for handling terabyte-scale data and Dragonfly acting as a high-performance, Redis-compatible online store designed for rapid feature serving. The document provides step-by-step instructions for setting up a feature store, including configuring the feature repository, generating sample datasets, defining features, retrieving historical data for training, and materializing recent features for real-time serving. It emphasizes the performance and scalability benefits of using Dragonfly and encourages readers to experiment with this architecture for efficient feature management in production systems.
Sep 09, 2025 2,535 words in the original blog post.
ShareChat, India's largest social media company, successfully migrated over 150 services to Dragonfly Cloud, achieving a 40% reduction in costs and improved performance without encountering any downtime. The decision to switch from Redis to Dragonfly was driven by the need for a scalable, low-latency, and cost-efficient solution that could handle the company’s rapid growth and varied workloads. Dragonfly's multi-threaded architecture offered better price-performance and resilience compared to Redis, allowing ShareChat to use fewer resources while maintaining lower P99 latency. The migration process was meticulously planned and executed over an 8-week period, with key principles such as zero downtime, drop-in compatibility, and parallel migration by application teams. The use of Redis Shake for data replication and Prometheus for monitoring facilitated a smooth transition. This modernization has not only reduced infrastructure complexity but also enabled ShareChat's engineering teams to focus on developing new features, ultimately delivering faster and more stable services to users.
Sep 02, 2025 812 words in the original blog post.