Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
FLUSH command - ultra slow?
Message
From
30/01/2003 16:09:29
 
 
To
30/01/2003 15:43:10
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00746227
Message ID:
00747406
Views:
13
That's great to hear, Jim.

Thanks for taking the time to check.

cheers

>I see it, but it looks like we got this one taken care of. I tested with the below code. It takes around 1/10 second on my machine in VFP7 SP1 and in the current internal VFP8 version, but over 30 seconds in the VFP8 public beta version.
>
>
>close databases all
>set exclusive off
>SET TALK OFF
>use Home()+'labels'
>lnStart = seconds()
>for lni = 1 to 1000
>	replace type with type
>	flush
>endfor
>?seconds()-lnstart
>close databases all
>return
>
>
>>Can someone confirm similar in their beta? Can someone offer sensible reasoning for my observations?
Previous
Reply
Map
View

Click here to load this message in the networking platform