Re: Speed question - new view using preview view components - Mailing list pgsql-novice

From Van Ly
Subject Re: Speed question - new view using preview view components
Date
Msg-id 2C85A1A8-232E-47AE-95A6-3780666C0D9D@ovi.com
Whole thread Raw
In response to Speed question - new view using preview view components  (richard terry <rterry@pacific.net.au>)
List pgsql-novice
On 21/03/2010, at 12:23 PM, richard terry wrote:

> I wondered if when creating a new view from multiple tables, and then also
> joining to some fields of an existing view, if one pays much of a speed
> penalty when the data is retrieved, as opposed to just completely using all
> tables.


It is possible to measure the time of performance. In one way I know, you
could put the sql select call in a script for each of the two
situations and on a unix-like platform call for    timings    with

time sh situation0.sh
time sh situation1.sh

Best wishes.

Van Ly
van_ly@ovi.com




--------------------------------------------------------------
Ovi Store: New apps daily
http://store.ovi.com/?cid=ovistore-fw-bac-na-acq-na-ovimail-g0-na-3


pgsql-novice by date:

Previous
From: Daniel Staal
Date:
Subject: Re: Speed question - new view using preview view components
Next
From: "A. Kretschmer"
Date:
Subject: Re: Speed question - new view using preview view components