Server Databases Clash - Mailing list pgsql-hackers

From Michael Tiemann
Subject Server Databases Clash
Date
Msg-id 3C7F77AE.9000002@redhat.com
Whole thread Raw
Responses Re: Server Databases Clash  (Vince Vielhaber <vev@michvhf.com>)
List pgsql-hackers
Here's an excerpt from a database comparison between Oracle, DB2, MySQL, 
SQLserver, and Sybase.  (I just asked the author why postgres wasn't used.)

MySQL's great performance was due mostly to our use of an in-memory query 
results cache that is new in MySQL 4.0.1. When we tested without this cache, 
MySQL's performance fell by two-thirds.

Anyway, this confirms an earlier message suggesting that for web servers that 
have relatively constant queries, query caching can be a Big Deal.

<http://www.eweek.com/article/0,3658,s=708&a=23115,00.asp>



pgsql-hackers by date:

Previous
From: Antonio Sergio de Mello e Souza
Date:
Subject: Re: Oracle vs PostgreSQL in real life
Next
From: Vince Vielhaber
Date:
Subject: Re: Server Databases Clash