Re: Inserts optimization? - Mailing list pgsql-performance

From Scott Marlowe
Subject Re: Inserts optimization?
Date
Msg-id 1145460130.23538.119.camel@state.g2switchworks.com
Whole thread Raw
In response to Re: Inserts optimization?  (Markus Schaber <schabi@logix-tt.com>)
Responses Re: Inserts optimization?
List pgsql-performance
On Wed, 2006-04-19 at 07:08, Markus Schaber wrote:
> Hi, Magnus,
>
> Magnus Hagander wrote:
>
> > Bacula already serializes access to the database (they have to support
> > mysql/myisam), so this shouldn't help.
>
> Ouch, that hurts.
>
> To support mysql, they break performance for _every other_ database system?

Note that should be "to support MySQL with MyISAM tables".

If they had written it for MySQL with innodb tables they would likely be
able to use the same basic methods for performance tuning MySQL as or
Oracle or PostgreSQL.

It's the refusal of people to stop using MyISAM table types that's the
real issue.

Of course, given the shakey ground MySQL is now on with Oracle owning
innodb...

pgsql-performance by date:

Previous
From: Tom Lane
Date:
Subject: Re: Inserts optimization?
Next
From: Tom Lane
Date:
Subject: Re: Inserts optimization?