December 2025 Summaries
4 posts from Dragonfly
Filter
Month:
Year:
Post Summaries
Back to Blog
In 2025, Dragonfly marked a transformative year characterized by significant growth, technical advancements, and global community engagement, reinforcing its position as a next-generation in-memory data store. The company achieved notable milestones, including surpassing 29,500 stars on GitHub, enhancing its Community Edition with improved capabilities and stability, and maturing the SSD tiering feature for cost-effective data management. Dragonfly Cloud expanded its reach across major platforms like AWS, Google Cloud, and Microsoft Azure, offering enterprise-ready solutions with features like Dragonfly Swarm for scalable in-memory data management. Additionally, the introduction of Dragonfly Cloud Enterprise offered substantial cost savings and enhanced data control for large-scale operations. The company also fostered community engagement through events like the Modern Data Infrastructure Summit and participation in major industry conferences, expanding its influence and collaboration within the tech ecosystem. As Dragonfly looks towards 2026, the focus will remain on enhancing performance, scalability, and accessibility for teams across various scales while continuing to build on the successes of 2025.
Dec 18, 2025
1,634 words in the original blog post.
Scaling out databases with numerous small instances can lead to network and other resource bottlenecks, particularly for stateful applications like databases and caching layers. These bottlenecks often arise from imbalances in CPU, memory, disk bandwidth, and network bandwidth. Smaller instances typically face limitations such as lower guaranteed network bandwidth, reliance on burstable performance, and increased internal traffic, leading to issues like latency spikes and throttling during high demand. Redis and Valkey, due to their single-threaded nature, force users into a scale-out model with small instances, which accentuates these resource constraints. In contrast, Dragonfly is a multi-threaded system that optimizes the use of large cloud instances, allowing for better resource allocation and performance by scaling vertically before horizontally. This architecture reduces operational complexity, minimizes noise from neighboring workloads, and handles uneven traffic distribution more effectively. Dragonfly’s design enables it to fully leverage the capabilities of large instances, providing consistent, high-throughput performance by consolidating workloads onto fewer, more powerful nodes, thus avoiding the inefficiencies and limitations of many small instances.
Dec 16, 2025
2,085 words in the original blog post.
Migrating from Redis to Dragonfly involves selecting the appropriate migration pattern to balance performance, reliability, and operational simplicity. Key motivations for this migration include Dragonfly's superior performance, memory efficiency, and lower costs. The text outlines several migration patterns, each with its own strengths and trade-offs: Cold-Start Cutover for simplicity and speed; Snapshot Porting for preserving data with manageable downtime; Replica Promotion with Sentinel for minimal disruption in environments already using Sentinel; Live Clone with RedisShake for seamless, real-time migrations in complex systems; and Dual Write for cautious, gradual adoption. Choosing the right pattern depends on factors such as downtime tolerance, data preservation needs, and complexity management, allowing teams to tailor the migration to their specific operational requirements while ensuring a smooth transition to Dragonfly.
Dec 11, 2025
2,100 words in the original blog post.
AWS re:Invent 2025 highlighted significant advancements in AI and cloud infrastructure, underscoring Amazon's commitment to industrial-scale, practical AI through innovations like Amazon Bedrock and the AgentCore SDK. The event introduced new AI models, including the Nova 2 series, offering cost-effective and scalable solutions for businesses aiming to integrate AI into their operations. Amazon S3 Vectors and OpenSearch enhancements were announced to improve AI data processing and search capabilities, providing economic and performance benefits. AWS also introduced Lambda Managed Instances, merging the flexibility of EC2 with the simplicity of Lambda, and unveiled the powerful EC2 Trn3 UltraServers, driven by the new Trainium3 AI chip, along with AI Factories for on-premise deployments. These developments reflect AWS's strategic vision for the agentic AI era, focusing on a robust, integrated infrastructure to support the growing demands of AI applications, illustrating a shift from abstracting infrastructure to abstracting work itself.
Dec 04, 2025
1,802 words in the original blog post.