Re: [GENERAL] slow queries - Mailing list pgsql-general

From Wim Ceulemans
Subject Re: [GENERAL] slow queries
Date
Msg-id 003801bde32c$6b7ea510$67faa8c0@aladdin.nice.be
Whole thread Raw
List pgsql-general


>Thomas Good wrote:
>  >I have a query that looks up a patient's placement (which ward)
>  >in one table and then looks up diagnostic and demographic data
>  >in another...takes 53 seconds.  Ouch.
>  >
>  >However, when I use table aliasing...the query output is on the
>  >screen *before* I submit the query.  ;-)
>  >
>  >I'll send syntax, if you like.
>
>Please do, to the list.  I have never heard of 'table aliasing' and would
>like to know more.
>

I'm also very interested in this table aliasing.

Regards
Wim



pgsql-general by date:

Previous
From: Postgres
Date:
Subject: improving performance with more -B buffers?
Next
From: Thomas Good
Date:
Subject: Re: [GENERAL] slow queries