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 cores (booo! ). In all cases performance went down when more than 24 cores were used .
Valentine’s tech log: [PostgreSQL] Index sizes depending on the type of the field being indexed
April 23rd, 2011
empirical data about difference in index sizes depending on the data type
[slideshare] Netflix in the cloud 2011 – Adrian Cockcorft
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
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 between 3 AZs (availability zones) and run at ~30% capacity, so if 2 AZs fail (as we have now) you would still running in one AZ @ 90%
Who is affected by EC2? – EC2Disabled.com [by Amazon AWS outage of 21 April 2011]
April 23rd, 2011
The subj. looks really bad!
AWS is down: Why the sky is falling – justinsb’s posterous
April 22nd, 2011
A blog post explaining nature of the current Amazon AWS outage. The deal is that several so-called availability zones (AZ) failed simultaneously in amazon US-EAST region, even though amazon's FAQ describe such event to be unlikely. Many interesting comments -- read them!
Dropbox Lack of Security – Miguel de Icaza
April 21st, 2011
"This announcement means that Dropbox never had any mechanism to prevent employees from accessing your files, and it means that Dropbox never had the crypto smarts to ensure the privacy of your files and never had the smarts to only decrypt the files for you. It turns out, they keep their keys on their servers, and anyone with clearance at Dropbox or anyone that manages to hack into their servers would be able to get access to your files. " -- ehh, a way to go dropbox :-( / noted at https://lwn.net/Articles/438401/
The Lord of the Rings – a review by a Tolkien-virgin
April 21st, 2011
A review of three Lord of The Ring movies from someone who never read Tolkin's books before. Hllarios, read it of you have 30 minutes to spare. Taken from AVVA ( http://avva.livejournal.com/ )
Real-World Web Application Benchmarking | Facebook
April 19th, 2011
Facebook has build custom web-app testing framework to test server performance. Read it, especially the section on why "standard" SPECxxx benchmarks are not a good measure of anything. Also, ready about performance-per-watt, as this is really important for modern data centers.
Understanding the StackOverflow Database Schema – SQLServerPedia
April 19th, 2011
Notes about schema used by StackOverflow.com and related websites. It is very simple, only several tables used. (most likely because there are performance problems with joins)