Re: Slow Performance in PostgreSQL

From: Thomas Lockhart <lockhart(at)fourpalms(dot)org>
To: Michael Rudolph <MuK(dot)Rudolph(at)t-online(dot)de>
Cc: Hiroshi Inoue <Inoue(at)tpf(dot)co(dot)jp>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Slow Performance in PostgreSQL
Date: 2001-07-26 04:45:50
Message-ID: 3B5FA07E.62EB4FBC@fourpalms.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> How many rows are returned by the query in reality ?
> Does the table *table1* have an index on the column *var1*
> in your centura sqlbase ?

... and did you do a "vacuum analyze"? What is the schema? What is the
query? What is the result of "explain" for that query?

All of these things are relevant for any inquiry regarding poor
performance. I'm sure you will get acceptable performance once things
are adjusted.

- Thomas

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Zeugswetter Andreas SB 2001-07-26 07:18:36 AW: Re: Slow Performance in PostgreSQL
Previous Message Christopher Kings-Lynne 2001-07-26 04:45:26 Bug in ADD COLUMN with REFERENCES