Re: [PERFORM] View is not using a table index

2007-04-24 Thread Dan Shea
: Richard Huxton [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 24, 2007 11:42 AM To: Shea,Dan [NCR] Cc: pgsql-performance@postgresql.org Subject: Re: [PERFORM] View is not using a table index Dan Shea wrote: > We have a table which we want to normalize and use the same SQL to > perform selects u

[PERFORM] View is not using a table index

2007-04-24 Thread Dan Shea
We have a table which we want to normalize and use the same SQL to perform selects using a view. The old table had 3 columns in it's index (region_id,wx_element,valid_time). The new table meteocode_elmts has a similar index but the region_id is a reference to another table region_lookup and wx_e