Re: View performance question

From: Alex Pilosov <alex(at)pilosoft(dot)com>
To: Josh Berkus <josh(at)agliodbs(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: View performance question
Date: 2001-06-22 17:00:02
Message-ID: Pine.BSO.4.10.10106221259350.6628-100000@spider.pilosoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Cut and paste is your friend :)
If you are using psql, do \o foo and then explain....

-alex
On Fri, 22 Jun 2001, Josh Berkus wrote:

> Alex,
>
> > please do 'explain select * from yourview'
>
> I can't figure out how to get Explain to output to a file instead of the
> screen. Embarassing, I know, but the command seems to subbornly resist
> all command-line re-direction.
>
> >
> > also make sure all tables are vacuumed
>
> They are.
>
> -Josh
>
>

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Bruce Momjian 2001-06-22 17:04:29 Re: firehouse
Previous Message Tom Lane 2001-06-22 16:58:46 Re: Incremental sum ?