Re: Inserts optimization?

From: Christopher Kings-Lynne <chris(dot)kings-lynne(at)calorieking(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Scott Marlowe <smarlowe(at)g2switchworks(dot)com>, Markus Schaber <schabi(at)logix-tt(dot)com>, Magnus Hagander <mha(at)sollentuna(dot)net>, Pgsql performance <pgsql-performance(at)postgresql(dot)org>
Subject: Re: Inserts optimization?
Date: 2006-04-20 01:07:30
Message-ID: 4446DED2.3040307@calorieking.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

> Scott Marlowe <smarlowe(at)g2switchworks(dot)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.

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Mark Kirkwood 2006-04-20 01:32:53 Re: Inserts optimization?
Previous Message patrick keshishian 2006-04-19 19:28:26 Re: Planner doesn't chose Index - (slow select)