Archive for the 'mysql' Category

Real World Web: Performance & Scalability

Saturday, April 19th, 2008

193 pages of realy good summaries on the topic

Exploring Amazon EC2 for Scale-out Applications

Saturday, April 19th, 2008

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

Saturday, April 19th, 2008

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)

Saturday, April 19th, 2008

PDF slided for spinner sharded mysql architecture

Brian "Krow" Aker’s Idle Thoughts – The Death of Read Replication

Thursday, April 10th, 2008

interesting thoughts and notes about DBs and scalable systems

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

Saturday, March 1st, 2008

from Russian SysAdmin magazine

Thoughts on MySQL Replication | MySQL Performance Blog

Wednesday, February 13th, 2008

some interesting comments on build-in mysql replication, read comments!!!

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

Tuesday, January 29th, 2008

postgresql top and other similar monitoring tools for mysql, linux io, etc

YouTube Architecture | High Scalability

Wednesday, November 21st, 2007

presentation about Youtube internal architecture, details on how youtube can scale that much

domas mituzas: vaporware, inc. » Blog Archive » Where covering indexes rock

Thursday, November 15th, 2007

mysql index performance tech internals (interesting)