Re: firebird X postgresql 8.1.2 windows, performance

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Scott Marlowe <smarlowe(at)g2switchworks(dot)com>
Cc: Alvaro Herrera <alvherre(at)commandprompt(dot)com>, andremachado <andremachado(at)techforce(dot)com(dot)br>, pgsql-performance(at)postgresql(dot)org
Subject: Re: firebird X postgresql 8.1.2 windows, performance
Date: 2006-03-07 19:56:45
Message-ID: 2876.1141761405@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Scott Marlowe <smarlowe(at)g2switchworks(dot)com> writes:
> So, do you see any obvious, low hanging fruit here?

It would help if we were being told the whole truth about the settings
being used. The first few plans are clearly suffering from the
"enable_seqscan = off" error, but the last few don't seem to be. I
don't trust the SHOW ALL at all since it disagrees with the immediately
following retail SHOWs --- there is seemingly a whole lot of parameter
changing going on that we are not being told about.

It'd also be a good idea to know something about the datatypes involved,
particularly for the join keys.

regards, tom lane

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Jim C. Nasby 2006-03-07 19:59:30 Re: Can anyone explain this pgbench results?
Previous Message Joost Kraaijeveld 2006-03-07 19:49:30 Re: Can anyone explain this pgbench results?