Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Strange query behavior
Message
From
03/02/1999 19:16:31
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Strange query behavior
Miscellaneous
Thread ID:
00183700
Message ID:
00183700
Views:
58
If I select a subset of tableA using:

select * from tableA where ...

subsequent queries with the resulting table are 3-4 times faster than if the iniial subset is done using:

select tableA.field1, tableA.field2 ...

where the only difference is specifying specific fields vs. the *. I've also tried to place a nofilter on the fast query trying slow it down but it doesn't matter.

Thanks,
Rock Jensen
Next
Reply
Map
View

Click here to load this message in the networking platform