Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
MySQL searches
Message
 
À
13/10/2005 14:45:43
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Versions des environnements
Visual FoxPro:
VFP 9
Divers
Thread ID:
01058817
Message ID:
01058827
Vues:
20
> What I cannot understand is that if I run the same VFP code on the SAME upi number, it pops up instantly. Even if I close VFP and then reopen in a new session, it appears in a split second. If I try searching for a upi that I have never searched for before, it takes a long time again.
>
>Why does this happen and how can I make the first search on a upi as fast as the subsequent searches on the same upi? The MySQL table has an index on upi....

The reason that the second and subsequent searches take little time compared to the first search is that VFP caches the data. If you make an additional search using the same criteria then your request resides in memory and is therefore accessed very quickly. Change your search request to avoid this result.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform