Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is there something faster than COUNT FOR?
Message
From
14/05/1998 11:29:11
Mark Hall
Independent Developer & Voip Specialist
Keston, Kent, United Kingdom
 
 
To
14/05/1998 11:25:52
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00099443
Message ID:
00099444
Views:
16
>I need a fast COUNT for my table. Is there something faster than COUNT FOR? My code is COUNT FOR empty(mydate)... :)

To ensure that you getRushmore optimisation, you would need an index on EMPTY( mydate). If you already have an index on mydate, you could change your test to
COUNT FOR mydate = {}
Regards
Mark

Microsoft VFP MCP
Menulib - OO Menus for VFP www.hidb.com/menulib
Previous
Reply
Map
View

Click here to load this message in the networking platform