Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Optimizing local views
Message
 
To
26/05/1998 14:46:31
Elyse Pomerantz
Dynamic Data Concepts, Inc.
Brooklyn, New York, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00102028
Message ID:
00102029
Views:
52
Elyse,

It sounds like you need indexes on the key fields you're using to join tables a and b. Make sure the index expression is exactly the same as the expression you're using to join the tables. For example. If your join looks like this:

tablea.aKey = tableb.aKey

Make sure that both table a and table b have an index on aKey.

>I'm trying hard to optimize (speed up) my local view. I'm trying to use the SYS(3054) function, but either the documentation is poor or I'm missing something. So far, it tells me "Rushmore optimization: full" for each of my tables. Then it tells me "Joining table a and table b using temp index." This seems to take a long time. Is there a way to speed up the join?
>
>Thanks,
>Elyse
Previous
Reply
Map
View

Click here to load this message in the networking platform