November 2012 Summaries
2 posts from Redis
Filter
Month:
Year:
Post Summaries
Back to Blog
Amazon's new M3 instances offer improved performance compared to their predecessors by providing double the computational capability/cores while maintaining a balanced set of CPU and memory resources. The M3 double extra-large instance (m3.2xlarge) outperforms the m2.2xlarge high memory instance in terms of fork time, which is significantly affected by Xen fork time issues that were previously a bottleneck for Redis performance. However, the M3 instances do not provide significant advantages in replication time and throughput compared to the m2.2xlarge instance, especially when considering the cost difference between the two. Therefore, Amazon's new M3 instances are recommended for use cases where high throughput and low latency requirements are not critical, or for running Redis without replication. For other use cases, the m2.2xlarge instance remains a suitable option due to its lower cost and comparable performance in fork time, replication time, and throughput.
Nov 15, 2012
864 words in the original blog post.
Redis add-ons for Heroku should prioritize true high-availability, ensuring seamless failover and automated recovery processes. Infinite seamless scalability is also crucial, allowing datasets to grow without limitations on Redis commands. High performance, multiple databases with dedicated processes, and unlimited database connections are essential considerations. The reputation and technical capabilities of the provider behind the add-on are also vital, as Redis is a sensitive piece in application architecture. A reliable and competitive pricing model is necessary for growth and scalability.
Nov 09, 2012
540 words in the original blog post.