Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Delete record is slow
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00829065
Message ID:
00829378
Views:
23
Hi,

i need other info, but...

***********
remove order because it in not optimizable ( add it after ) and try this:
* need a index on Pocontact.memoid
SELECT *;
 FROM  FORCE property!propnum LEFT OUTER JOIN property!pocontact ;
   ON  Pocontact.memoid = Propnum.contactid;
 WHERE LEFT(Propnum.groupid,2) == "PN"
* a index on LEFT(Propnum.groupid,2) is usefull also
*************
post: RECCOUNT(property!propnum) and RECCOUNT(property!pocontact)
*************
This is a remote view on a VFP ODBC ?
I donnot use this, for now, and i haven't big experience for get max optimization.

Fabio
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform