On Mar 28, 2006, at 1:57 PM, Madison Kelly wrote:
From what I understand, PostgreSQL is designed with stability andreliability as key tenants. MySQL favors performance and ease of use. An
From my point of view, mysql favors single-user performance over all else. Get into multiple updaters and you are competing for table locks all the time. Postgres works much better with multiple clients writing to it.