Re: Some performance numbers, with thoughts

From: Michael Stone <mstone+postgres(at)mathom(dot)us>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: Some performance numbers, with thoughts
Date: 2006-06-26 21:20:14
Message-ID: 20060626212013.GD9742@mathom.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Mon, Jun 26, 2006 at 08:33:34PM +0100, Simon Riggs wrote:
>of the SQL standard, so being unaware of them when using SQL is strange
>to me.

Welcome to the world of programs designed for mysql. You'll almost never
see them batch inserts, take advantage of referential integrity, etc.
You end up with lots of selects & inserts in loops that expect
autocommit-like behavior because it doesn't matter in that world.

Mike Stone

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Diego Gaviola 2006-06-26 22:44:57 unsubscribe
Previous Message Simon Riggs 2006-06-26 19:33:34 Re: Some performance numbers, with thoughts