From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Ludwig Lim <lud_nowhere_man(at)yahoo(dot)com> |
Cc: | PostgreSQL Mailing List <pgsql-novice(at)postgresql(dot)org> |
Subject: | Re: slow query |
Date: | 2002-04-09 13:26:21 |
Message-ID: | 28499.1018358781@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-novice |
Ludwig Lim <lud_nowhere_man(at)yahoo(dot)com> writes:
> Just switched an application from Oracle to PostgreSQL
> recently. I am experiencing a strange problem:
> whenever I execute a relatively heavy query
> in PostgreSQL, it just hangs.
You are going to get no useful answers since you have provided no useful
details.
Useful details would include: the exact query, the schemas of the tables
it uses, and EXPLAIN (or better, in 7.2, EXPLAIN ANALYZE) output for it.
BTW, an easy way to get the schema info is "pg_dump -s" and then trim
the script to just the relevant tables and their indexes. This is
better than \d output since anyone who's interested in trying to
reproduce the problem can just cut-and-paste the commands into psql...
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Tim Wilson | 2002-04-09 16:12:56 | INSERT failing because of CONSTRAINT |
Previous Message | virka prasetia | 2002-04-09 11:10:16 | installation problem |