Re: [PERFORM] Query Performance question

2014-07-13 Thread Magers, James
Tomas, Thank you for your feedback. I am attaching the requested information. While I do not think the query is necessarily inefficient, I believe a sequence scan would be more efficient. \d member_subscription_d Table "public.member_subscription_d"

Re: [PERFORM] Query Performance question

2014-07-13 Thread Tomas Vondra
On 14.7.2014 00:55, Magers, James wrote: > I am using a Pentaho process to access the database and select the > appropriate information to update the DB tables and records. I am > trying to select the previous subscription key in order to update the > factable for any records that have the previou

[PERFORM] Query Performance question

2014-07-13 Thread Magers, James
I am using a Pentaho process to access the database and select the appropriate information to update the DB tables and records. I am trying to select the previous subscription key in order to update the factable for any records that have the previous key to have the current subscription key. Th