Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Optimizable expressions
Message
From
10/07/2001 16:06:56
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00528859
Message ID:
00528879
Views:
19
Divide et impera:
select * from mytable where ino_acct = nAcct into cursor Tmp1
select * from Tmp1 where !empty(ino_total) into cursor Tmp2
Perhaps this works equally well for both scenarios.

Hilmar.

>After doing some more tests I see with smaller files it is faster for me to use the "#" operator that is optimizable rather than the empty() function. This is going to cause me some huge headaches.
>
>The situation I explained in the previous post took over a minute when using the "#" and less than 3 seconds with the empty() function.
>
>However with a smaller file of about 500 records the results are immediate with the "#" and it takes over 7 seconds with empty() function.
>
>Since I have over a 1000 customers using this app that can have varying sizes of files I'm not real sure how to handle this..
>
>Any thoughts or insight would be greatly appreciated.
>
>Thanks again,
>Paul
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Previous
Reply
Map
View

Click here to load this message in the networking platform