Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Q.: Understanding Rushmore Technology
Message
From
25/08/1999 12:19:08
 
 
To
25/08/1999 10:53:21
Pierre Richard
Méthotech Canada Limitée
Kirkland, Quebec, Canada
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00257424
Message ID:
00257487
Views:
24
Pierre,

Your observation is correct - there is a discrepancy in the documentation and it errs in suggesting and index on deleted() is a wise thing to do.

Funny thing about this is that at one time an index on DELETED() *did* seem to have a major positive impact on just about any SQL statement's performance, but more recently it has proven to be different.

Today, in fact, the general recommendation is to avoid such a TAG except in very particular circumstance (which are highly dependent on the specific data and your coding practises).

Cheers,

Jim N

>Hi all,
>
>The VFP 5.0 Developer's Guide states at page 396, parag. 5, " Avoid using indexes on fields that contain only a few discrete values such as a logical field"
>
>So then why should having an index based on deleted() be considered indexing effectively using Rushmore (see DG page 400)
>
>Aren't these two very similar in their respective context (i.e.: few discrete values .T. or .F.).
>
>Why should it be OK for deleted() and not for the other(s)?
>
>Thanks
>
>Pierre Richard
Previous
Reply
Map
View

Click here to load this message in the networking platform