Re: Is there a meaningful benchmark?

From: "Will Rutherdale (rutherw)" <rutherw(at)cisco(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Re: Is there a meaningful benchmark?
Date: 2009-03-19 22:35:17
Message-ID: 50A8E1F8D9122546A7F67134915EDB7A3B8E38@xmb-rtp-21a.amer.cisco.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

This looks similar to things I've seen before. MyISAM can be made to
look twice as fast as Postgres if the application is cooked to throw
away transaction processing, updates, and referential integrity, none of
which MyISAM seems to support well.

I plan to make a point of this to people, as I personally have
experience working with RDBMSs in the past and understand the importance
of these capabilities. However not everyone I talk to will have any
experiences with databases and understand the issues.

That's why I was looking for a more balanced benchmark that exercises
said capabilities.

-Will

-----Original Message-----
From: Dann Corbit [mailto:DCorbit(at)connx(dot)com]
Sent: 19 March 2009 18:26
To: Scott Marlowe; Will Rutherdale (rutherw)
Cc: pgsql-general(at)postgresql(dot)org
Subject: RE: [GENERAL] Is there a meaningful benchmark?

Here is another interesting benchmark with a particular user's
application:
http://blog.page2rss.com/2007/01/postgresql-vs-mysql-performance.html

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message ries van Twisk 2009-03-19 23:39:35 Re: Is there a meaningful benchmark?
Previous Message Scott Marlowe 2009-03-19 22:28:57 Re: Is there a meaningful benchmark?