Re: storing binary data - Mailing list pgsql-hackers

From Tom Lane
Subject Re: storing binary data
Date
Msg-id 1602.1003976498@sss.pgh.pa.us
Whole thread Raw
In response to Re: storing binary data  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
Responses Re: storing binary data
List pgsql-hackers
"Christopher Kings-Lynne" <chriskl@familyhealth.com.au> writes:
> What exactly is the advantage in using VIEWs?

A level of logical indirection between the application and the physical
data schema.  There are no performance benefits.

> I get the impression that the
> SELECT query it is based on is cached (ie. a cached query plan).

Nope.  If there's something in the docs that makes you think so,
point out so I can fix it ;-)
        regards, tom lane


pgsql-hackers by date:

Previous
From: "Christopher Kings-Lynne"
Date:
Subject: Re: storing binary data
Next
From: "Christopher Kings-Lynne"
Date:
Subject: Re: storing binary data