Re: Horribly slow query/ sequential scan

From: "Plugge, Joe R(dot)" <JRPlugge(at)west(dot)com>
To: <pgsql-performance(at)postgresql(dot)org>
Subject: Re: Horribly slow query/ sequential scan
Date: 2007-01-09 15:36:46
Message-ID: 32CC45C5BDC57241B9BCEF37AC0C5DB5021844E6@OMAEXMB02.corp.westworlds.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Yes it does:

SET EXPLAIN ON;

It writes the file to sqexplain.out

-----Original Message-----
From: pgsql-performance-owner(at)postgresql(dot)org
[mailto:pgsql-performance-owner(at)postgresql(dot)org] On Behalf Of Tom Lane
Sent: Tuesday, January 09, 2007 9:13 AM
To: Gregory S. Williamson
Cc: db(at)zigo(dot)dhs(dot)org; pgsql-performance(at)postgresql(dot)org
Subject: Re: [PERFORM] Horribly slow query/ sequential scan

"Gregory S. Williamson" <gsw(at)globexplorer(dot)com> writes:
> HAving burdened others with my foolishness too often, I hesitate to
> ask, but could someone either point me to a reference or explain what
> the difference might be ... I can see it with the eyes but I am having
> trouble understanding what Informix might have been doing to my (bad
> ?) SQL to "fix" the query.

Me too. Does informix have anything EXPLAIN-like to show what it's
doing?

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 7: You can help support the PostgreSQL project by donating at

http://www.postgresql.org/about/donate

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Jim C. Nasby 2007-01-09 16:44:57 Re: Postgresql Configutation and overflow
Previous Message Tom Lane 2007-01-09 15:13:04 Re: Horribly slow query/ sequential scan