The following query is slow.  I'd like to speed it up a bit.  Any
suggestions would be appreciated.

================================================
SELECT
   F.pid,
   F.acrostic,
   F.recid,
   F.recordthread,
   F.aed_onset,
   F.d_form
FROM
   vfrm_sae F
LEFT OUTER JOIN
   v_sae_jna_mr M
ON
   F.recordthread = M.i_recordThread
WHERE
   (M.i_recid IS NULL)
================================================


Basically, the query is looking for items in one table that have not
been marked in another table.  I have done this before but don't ever
remember it being this slow.  I can probably figure this out on my own
at some point, but the mental block I have now may take several days
to work out.

Thanks.

J

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Macromedia ColdFusion MX7
Upgrade to MX7 & experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion?sdid=RVJW

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:274325
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to