Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What is the best index expression?
Message
 
 
To
18/04/2005 17:16:57
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01005870
Message ID:
01006039
Views:
18
>>I'm still using VFP8 here, take this into account. Perhaps, in VFP9 filtered indexes are Rushmore optimizable.
>
>On this ( SEEK + SCAN WHILE ) code , every optimization is out of the game.
>
>Nadya,
>
>INDEX conditions1 FOR conditon2
>
>with
>SET ORDER
>SEEK condition1
>SCAN WHILE condition1
>
>
>is the faster possible code into VFP with:
>- with TALK OFF
>- table/index cached.
>
>When you do intensive read/updated, cache operations can change timing results randomly.
>
>Try to decrease/increase the SYS(3050,1) value.

Thanks. I was so disappointed of the performance, that I already switched to SCAN FOR without order set.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform