Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Deleted() in index - use it or not?
Message
 
To
26/07/2001 10:15:19
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00535651
Message ID:
00535680
Views:
12
I read your article in the FAQ section. It was very helpful in explaining the problem. Thanks for your advice.

>>When I first started programming in VFP (about three years ago), I was told that I needed to have an index for each table on DELETED(). It was supposed to speed things up a bit.
>>
>>Recently, while reading several threads on the UT, I have found that some here say there should not be an index on DELETED() - that it actually slows things down?
>>
>>So, before I go back and take out all those indexes, I though I'd ask the question here to see what everyone thought. Should I have an index on DELETED() for every table or not?
>>
>>Thanks for your help!
>
>Having an index on DELETED() will help you achieve "Full Rushmore Optimization", by definition. But "Full Rushmore Optimization" is not always optimal. Please read my recent entry in FAQ for a detailed explanation.
>
>Access with too many indices (especially an index on DELETED()) will be especially slow if you a) have scores of thousands of records, b) access data over a network.
>
>Hilmar.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform