Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How can I read tables content into memory
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00490509
Message ID:
00490546
Vues:
7
Small tables are frequently stored in memory, but turning them into ordered cursors (no index needed) or arrays might speed things up if they are accessed frequently.

However the time saved might be a matter of tenths of seconds - are you sure that the 'slow points' of your app are in table access?

Of course if you're working with SQL-Server or other remote data then it would definitely be a good idea to turn small lookup files into cursors or arrays early in the program and reuse them.

HTH
Barbara

>
>So, do you suggest to select code from LookupTable into cursor curLookupTable
>index on code tag code for all lookup tables in order to put them into memory?
>Do you think, it would speed up the process?
Barbara Paltiel, Paltiel Inc.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform