Re: Inserts optimization? - Mailing list pgsql-performance

From Scott Marlowe
Subject Re: Inserts optimization?
Date
Msg-id 1145465566.23538.122.camel@state.g2switchworks.com
Whole thread Raw
In response to Re: Inserts optimization?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-performance
On Wed, 2006-04-19 at 10:31, Tom Lane 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 ...

Sure.  But bacula supplies its own setup scripts.  and it's not that
hard to make them a requirement for the appication.  Most versions of
MySQL that come with fedora core and other distros nowadays support
innodb.



pgsql-performance by date:

Previous
From: PFC
Date:
Subject: Re: Inserts optimization?
Next
From: "patrick keshishian"
Date:
Subject: Re: Planner doesn't chose Index - (slow select)