Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What is the best index expression?
Message
From
19/04/2005 03:34:55
 
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:
01006077
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.

Hi Nadya,
tell me the results.

But, my impression is that you want to obtain what VFP cannot gives to you.
Shooting to a rule + a trigger for every record,
I doubt that you can arrive more than 10000 record/s with direct code.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform