Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Fast Searching
Message
De
05/08/2003 05:11:28
 
 
À
05/08/2003 04:43:36
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Divers
Thread ID:
00816505
Message ID:
00816754
Vues:
27
Fabio,

if the table is as large as this,
indexes will read only once (since this a static table)
and eliminate the need to read every record,
but only the records which fulfil the searchcriteria.

Since this is a static table, consecutive locates
should be even faster than consecutive seek()'s,
since the .cdx wil be cached on the workstation.

Fist step: create inidices, secondly get the best way to handle
deleted items (delete them in the static table and search with
set deleted off.

my =.02 EUR

thomas
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform