Re: Inserts optimization? - Mailing list pgsql-performance

From Scott Marlowe
Subject Re: Inserts optimization?
Date
Msg-id 1145542587.23538.131.camel@state.g2switchworks.com
Whole thread Raw
In response to Re: Inserts optimization?  (Christopher Kings-Lynne <chris.kings-lynne@calorieking.com>)
List pgsql-performance
On Wed, 2006-04-19 at 20:07, Christopher Kings-Lynne wrote:
> > Scott Marlowe <smarlowe@g2switchworks.com> writes:
> >> It's the refusal of people to stop using MyISAM table types that's the
> >> real issue.
> >
> > Isn't MyISAM still the default over there?  It's hardly likely that the
> > average MySQL user would use anything but the default table type ...
>
> Since MySQL 5, InnoDB tables are default I recall.

It gets built by default, but when you do a plain create table, it will
still default to myisam tables.

Note that there is a setting somewhere in my.cnf that will make the
default table type anything you want.

For Bacula though, what I was suggesting was that they simply declare
that you need innodb table type support if you want decent performance,
then coding to that, and if someone doesn't have innodb table support,
then they have no right to complain about poor performance.  Seems a
fair compromise to me.  The Bacula folks would get to program to a real
database model with proper serlialization and all that, and the people
who refuse to move up to a later model MySQL get crappy performance.

pgsql-performance by date:

Previous
From: Csaba Nagy
Date:
Subject: Re: Identical query on two machines, different plans....
Next
From: "Luke Lonergan"
Date:
Subject: Re: Quick Performance Poll