Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL - really slow. How can I speed it up-indexing?
Message
De
22/02/2004 20:19:47
Mike Yearwood
Toronto, Ontario, Canada
 
 
À
21/02/2004 06:32:35
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00876858
Message ID:
00879788
Vues:
14
Hi Fabio

I do not understand the significance of this.

>Mike,
>
>VFP optimization have concept of deterministic/ not deterministic functions.
>
>
>CREATE CURSOR randCursor ( F1 I DEFAULT 2015,F2 C(10) DEFAULT SYS(F1))
>FOR K=1 TO 100
>  APPEND BLANK
>NEXT
>INDEX ON F2 		TAG TAGSYS2
>INDEX ON SYS(F1)	TAG TAGSYS1
>
>CLEAR
>
>SYS(3054,11)
>SELECT * FROM randCursor WHERE F2=SYS(F1)
>
>
>Fabio
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform