Re: more anti-postgresql FUD

From: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
To: alexei(dot)vladishev(at)gmail(dot)com
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: more anti-postgresql FUD
Date: 2006-10-13 20:14:43
Message-ID: 452FF3B3.1020907@commandprompt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers


> Face it, if one does hundreds updates per second for one table (that's
> exactly what ZABBIX does, and not for one record(!) table as in my
> simple test), performance degrades so fast that vacuum has to be
> executed once per 5-15 seconds to keep good performance. The vacuum
> will run at least several seconds with high disk io. Do you think it
> won't make "PostgreSQL at least 10x slower than MySQL" as stated in the
> manual? What we are discussing here? :)

I am not sure what we are discussing actually. It is well know that
PostgreSQL can not do the type of update load you are talking. Even with
autovacuum.

Now, there are ways to make postgresql be able to handle this *if* you
know what you are doing with things like partitioning but out of the
box, this guy is right.

That being said, innodb would likely suffer from the same problems and
the only reason his app works the way it does is because he is using MyISAM.

Joshua D. Drake

--

=== The PostgreSQL Company: Command Prompt, Inc. ===
Sales/Support: +1.503.667.4564 || 24x7/Emergency: +1.800.492.2240
Providing the most comprehensive PostgreSQL solutions since 1997
http://www.commandprompt.com/

Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Andrew Sullivan 2006-10-13 20:16:07 Re: Create Index on Date portion of timestamp
Previous Message pobox@verysmall.org 2006-10-13 20:12:21 PostgreSQL Shared Memory and Semaphors

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2006-10-13 20:23:31 Re: ./configure argument checking
Previous Message Martijn van Oosterhout 2006-10-13 20:13:21 Re: ./configure argument checking