Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Should I add DELETED() tag
Message
De
15/05/2001 08:55:24
David Fluker
NGIT - Centers For Disease Control
Decatur, Georgie, États-Unis
 
 
À
15/05/2001 05:16:13
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00507170
Message ID:
00507219
Vues:
15
>I have a table that has around 66% deleted records, and is accessed with SET DELETED ON.
>
>Users complain it is slow when accessing it.
>
>Would it be wise to add DELETED() Tag?
>
>Thanks
>Kev

Yes, I'd recommend indexing on DELETED().
There has been a lot of research in the last few years into the benefits of the DELETED() tag. In large tables with a small percentage of deleted records loading the DELETED() index takes longer than weeding out the deleted records. But in this case, I think it will help. And if it doesn't, just remove the tag.
David.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform