livejournal outage post mortem

From: Michael Adler <adler(at)pobox(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: livejournal outage post mortem
Date: 2005-01-20 20:52:01
Message-ID: 20050120205200.GC29922@pobox.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

(only tangentally on topic)

Interesting tail on the problems of MyISAM tables, disk write-caching,
and sharing space with people who can't resist pushing the big red
button. Only tangentally on topic.

http://www.livejournal.com/community/lj_dev/670215.html

I wonder what livejournal would look like if they used pg instead
mysql. They had to figure out some ways of working around the
pessimistic locking of the non-MVCC approach, but they've also made
use of the replication features that might not have been available
until recently in pg.

http://www.danga.com/words/2004_mysqlcon/mysql-slides.pdf

-Mike Adler

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Hannu Krosing 2005-01-21 00:31:40 Re: ARC patent
Previous Message Matthias Schmidt 2005-01-20 18:22:14 Re: Some things I like to pick from the TODO list ...