From: | "scott(dot)marlowe" <scott(dot)marlowe(at)ihs(dot)com> |
---|---|
To: | claudia <claudia(dot)damato(at)allaxia(dot)com> |
Cc: | <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: Postgres respond after toomany times to a query view |
Date: | 2003-12-16 15:30:10 |
Message-ID: | Pine.LNX.4.33.0312160829040.5679-100000@css120.ihs.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On 16 Dec 2003, claudia wrote:
> Hi, I developing a program using postgres and linux like operating
> system. My problem is this:
> I have a quite complicated view with roughly 10000 record. When I
> execute a simple query like this
> "select * from myview"
> postgres respond after 50 - 55 minutes roughly. I hope that someone
> can help me with some suggestion about reason of this behavior and
> some solution to reduce time ti have results. Thank you for your
> attentions and I hope to receive some feedback as soon as possible
We'll need to see a couple things:
schema of the underlying tables, your view definition, and the output of:
"explain analyze select * from view;"
Also, what version of postgresql are you running?
From | Date | Subject | |
---|---|---|---|
Next Message | B. van Ouwerkerk | 2003-12-16 15:45:47 | Re: Any commercial shopping cart packages using |
Previous Message | Keith C. Perry | 2003-12-16 15:26:09 | Re: [NOVICE] PostgreSQL Training |