Archive for April, 2011

Sören Bleikertz – On Amazon EC2′s Underlying Architecture

Friday, April 29th, 2011

Some description of EC2 Internals. EC2s are XEN VMs, mine is currently using Xen 3.0.3-rc5-8.1.14.f , which appears to be
F14 Xen package re-build on RHEl5.x (this is by looking at compiler version) . Some info in the article appears to a bit o…

Summary of the Amazon EC2 and Amazon RDS Service Disruption

Friday, April 29th, 2011

Postmortem for the April-2011 EC2/EBS outage. It looks like a human errors plus unfortunate cascade of events lead to a requests storm that brought down EBS storage. Also, it appears that Amazon mis-estimated spare storage capacity needed for recov…

The Hitch-Hiker’s Guide to Tech Startups [slashdot post]

Friday, April 29th, 2011

“The history of every major tech startup tends to pass through three distinct and recognizable phases, those of Survival, Inquiry and Sophistication, otherwise known as the How, Why and Where phases.

For instance, the first phase is characterized by t…

Round-Robin DNS as Failover – LowEndTalk

Friday, April 29th, 2011

[a blog post with ] good explanation about how failover happens in round-robin DNS setups. i.e. it is safe for browsers and most modern http-client libraries, but probably is not safe for other protocols

InnoDB Flushing: Theory and solutions – MySQL Performance Blog

Friday, April 29th, 2011

blog posts that describes how MySQL InnoDB flushes data to disk (also see bgwriter, checkpoint_* parameters in PostgreSQL)

1+1 (pat. pending) — Mathematics, Software and Free Speech (application/pdf Object)

Thursday, April 28th, 2011

Why Software and Patents Need To Get a Divorce~ by PolR. Long article posted by Groklaw website that presents a view point that software is really a mathematics and thus cannot be patented. Also this article presents the legal system’s view of compute…

MySQL Benchmarks – MySQL 5.0.92 vs 5.1.55 vs 5.5.10 vs Percona 5.1.55 vs Percona 5.5.8 vs MariaDB 5.2.5 | vbtechsupport.com

Saturday, April 23rd, 2011

Sysbench-based benchmark comparing OLTP workloads for different builds and forks of MySQL on 64-core intel machine (Quad Intel Xeon L7555 ) . Only one definitive result is that MySQL cannot scale beyond 8 or 16 cores, or in some cases beyond just 2 cor…

Valentine’s tech log: [PostgreSQL] Index sizes depending on the type of the field being indexed

Saturday, April 23rd, 2011

empirical data about difference in index sizes depending on the data type

[slideshare] Netflix in the cloud 2011 – Adrian Cockcorft

Saturday, April 23rd, 2011

Slides from Adrian Cockcorft, Netflix director of cloud systems about current state [for 2011] of Netflix’s AWS-based architecture

http://techblog.netflix.com/2010/12/5-lessons-weve-learned-using-aws.html

Saturday, April 23rd, 2011

Notes from netflix tech blog about some key points of their EC2-based infrastructure design. Note that netflix is not affected by the current EBS problems in AWS US-EAST region. Their key point seems to be to equally split your infrastructure betw…