Re: Do Views offer any performance advantage? - Mailing list pgsql-performance

From Andreas Pflug
Subject Re: Do Views offer any performance advantage?
Date
Msg-id 3E9D1820.6000100@web.de
Whole thread Raw
In response to Re: Do Views offer any performance advantage?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-performance
Tom Lane wrote:

>This is not the view's fault though --- the same would have happened
>if you'd written explicitly
>
>    FROM A JOIN B JOIN (D JOIN E)
>
That's right, I just wanted to warn about accessive use of joins with
views. I noticed this in an application, where quite big views where
joined for convenience, and the result wasn't satisfying.

>
>7.4 will be less rigid about this (with or without a view ...)
>
Good!
Regards,
Andreas


pgsql-performance by date:

Previous
From: "dex"
Date:
Subject: Is there a performance between Inherits and Views?
Next
From: Josh Berkus
Date:
Subject: Re: for help!