Cookies are for Closers » LinkedIn Architecture

http://cookiesareforclosers.com/blog/2008/06/linkedin-architecture interesing notes about LinkedIn architecture (JAVA + MYSQL + ORACLE)

Real World Web: Performance & Scalability

http://www.scribd.com/doc/2569319/Real-World-Web-Performance-Scalability 193 pages of realy good summaries on the topic

Exploring Amazon EC2 for Scale-out Applications

http://www.scribd.com/doc/2569362/Exploring-Amazon-EC2-for-Scaleout-Applications very interesting post from people who have done benchmarking and testing amazon EC2 platform

Venu Anuganti Blog » Notes on scaling heavy concurrent writes in real time /InnoDB

http://venublog.com/2008/04/17/notes-on-scaling-heavy-concurrent-writes-in-real-time/ notes about how to scale innodb writes. to summ it up: shard, use int as PKEY (convert hash to int using base-convert, batch lots of write into one trx. / nothing special

spinn3r-architecture-talk-2008-mysql-users-conference.pdf (application/pdf Object)

http://burtonator.files.wordpress.com/2008/04/spinn3r-architecture-talk-2008-mysql-users-conference.pdf PDF slided for spinner sharded mysql architecture

Brian "Krow" Aker's Idle Thoughts - The Death of Read Replication

http://krow.livejournal.com/590912.html interesting thoughts and notes about DBs and scalable systems

[Russian] PostgreSQL vs MySQL Performance test //Журнал «Системный администратор»

http://www.samag.ru/cgi-bin/go.pl?q=articles;n=07.2007;a=02 from Russian SysAdmin magazine

Thoughts on MySQL Replication | MySQL Performance Blog

http://www.mysqlperformanceblog.com/2006/07/07/thoughts-on-mysql-replication/ some interesting comments on build-in mysql replication, read comments!!!

Ptop -- postgresql top (and other similar utils) [Russian]

http://www.opennet.ru/opennews/art.shtml?num=13909 postgresql top and other similar monitoring tools for mysql, linux io, etc

YouTube Architecture | High Scalability

http://highscalability.com/youtube-architecture presentation about Youtube internal architecture, details on how youtube can scale that much