On what engine?  If this is MSSQL, try running the query tuning advisor.
There maybe some updates to indexes or statistics that will speed it up.

-----Original Message-----
From: Jerry Barnes [mailto:[EMAIL PROTECTED] 
Sent: Monday, April 02, 2007 12:22 PM
To: CF-Talk
Subject: OT: SQL Question

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



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion MX7 and Flex 2 
Build sales & marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:274330
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