Re: Performance on temp table inserts

From: David W Noon <dwnoon(at)spamtrap(dot)ntlworld(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: Performance on temp table inserts
Date: 2003-05-19 23:19:32
Message-ID: 4d5op-4h3.ln1@my-pc.ntlworld.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On Monday 19 May 2003 20:11 in <baba9i$2vi8$1(at)news(dot)hub(dot)org>, Jeff Boes
(jboes(at)nexcerpt(dot)com) wrote:

> What factors affect the performance of a temp table insert?

I would run an EXPLAIN on each of the two servers and see what differences
there are in the respective execution strategies.

Also, a VACUUM ANALYZE might be of interest to speed up the slower box.

--
Regards,

Dave [RLU#314465]
======================================================
dwnoon(at)spamtrap(dot)ntlworld(dot)com (David W Noon)
Remove spam trap to reply via e-mail.
======================================================

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Rod Taylor 2003-05-19 23:24:49 Re: CASE
Previous Message Stephan Szabo 2003-05-19 22:49:21 Re: CASE