Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Binary indexes - anyone taking advantage?
Message
De
05/05/2006 14:08:51
Mike Yearwood
Toronto, Ontario, Canada
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9 SP1
Divers
Thread ID:
01119670
Message ID:
01119708
Vues:
21
>Hi everybody,
>
>I'm wondering if anyone has some input on using binary indexes, particularly index on deleted() tag deleted binary.
>
>Here is our situation:
>We don't delete records at all, but we're running with SET DELETED ON in case we do delete. Does it make sense for us to add this index in our tables?
>
>Thanks in advance.

If you're pulling that deleted tag data over the wire, then no. If you're going to have a local machine process local data then yes. If you're going to have a server remotely process queries and return data, then yes.

I believe in VFP9 you can now INDEX ON DELETED() FOR DELETED() TAG IXDELETED BINARY (REMEMBER NOT TO USE KEYWORDS)

That means the amount of data flow from the server to the pc on the LAN goes way down, so you could potentially use that too and have the deleted tag all the time.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform