Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can this SELECT be improved to go faster?
Message
From
21/07/2000 09:38:05
 
 
To
20/07/2000 18:27:50
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00395152
Message ID:
00395380
Views:
12
>In my testing so far, I have about 350 records in table1 and 1.5 million records in table2, and it takes an average of 80 seconds. The full size of table1 will be about 32,000 records... so now we're talking hours.

Since Rushmore is almost surely using the indexes from table2, not the ones from table1, the change in the size of table1 probably isn't going to make a lot of difference here.

One other comment. When you do the testing that Larry suggested, use SYS(3054, 11) rather than SYS(3054,1) - that'll tell you what Rushmore's using to optimize both the join and the filters.

Tamar
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform