article thumbnail

Driving Compute Cost Down for AWS Customers - All Things.

All Things Distributed

By Werner Vogels on 05 March 2012 02:01 PM. AWS today announced a substantial price drop from March 1, 2012 for many of the Amazon EC2, Amazon RDS, and Amazon ElastiCache instances types around the world. Amazon ElastiCache customers will see their prices drop by up to 10%, depending on their cache node types. Comments ().

AWS 92
article thumbnail

Amazon DynamoDB Accelerator (DAX): Speed Up DynamoDB Response Times from Milliseconds to Microseconds without Application Rewrite.

All Things Distributed

Today, I'm excited to announce the general availability of Amazon DynamoDB Accelerator (DAX) , a fully managed, highly available, in-memory cache that can speed up DynamoDB response times from milliseconds to microseconds, even at millions of requests per second. Adding caching when your app is already experiencing load is not easy.

Speed 95
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

Back-to-Basics Weekend Reading - Counting Bloom Filters - All.

All Things Distributed

By Werner Vogels on 28 September 2012 06:00 PM. In 2000 an improvement on the original Bloom filters called Counting Bloom Filters was published as part of the Summary Cache protocol. All Things Distributed. Werner Vogels weblog on building scalable and robust distributed systems. Comments ().

Cache 70
article thumbnail

AppFabric Caching: Retry Later

ScaleOut Software

Given all this, we thought it would be a good opportunity to see how we are doing relative to the competition, and in particular, relative to Microsoft’s AppFabric caching for Windows on-premise servers. One or more specified cache servers are unavailable, which could be caused by busy network or servers. …). Please retry later.

Cache 40
article thumbnail

The Performance Golden Rule Revisited

Tim Kadlec

10% 90% Google 25% 75% MySpace 9% 91% MSN 5% 95% ebay 5% 95% Amazon 38% 62% YouTube 9% 91% CNN 15% 85% When Steve Souders repeated it in 2012 , he found much the same. I’ve seen a lot of sites suffering from extremely volatile TTFB metrics that vary dramatically based on geography or whether or not there’s a cache hit or miss.

article thumbnail

The Andrew File System - All Things Distributed

All Things Distributed

By Werner Vogels on 17 November 2012 11:00 PM. The Andrew File System (AFS) was developed at CMU and was much more than just a distributed file systems and had a very interesting caching and volume replication architecture. All Things Distributed. Werner Vogels weblog on building scalable and robust distributed systems. Comments ().

Systems 71
article thumbnail

Minimal Logging with INSERT…SELECT into Empty Clustered Tables

SQL Performance

For SQL Server 2012 and earlier, this means 5 extra bytes per row are included in the data size calculation: One byte for an internal bit flag, and four bytes for the uniquifier (used in the calculation even for unique indexes, which do not store a uniquifier ). . [ SQL Server 2012. spt_values AS SV ; Plan Caching.

Cache 67