Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How my application is so slow with 30,000 records?
Message
De
20/04/1998 16:59:17
Louis Schwartz
Strategic Investment Partners
Arlington, Virginie, États-Unis
 
 
À
17/04/1998 23:04:13
Fernando España
Alta Tecnologia En Informatica
Guatemala, Guatemala
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00093105
Message ID:
00093507
Vues:
37
>I have a application and it works :
>
>have one primary table with 1200 people Information
>and I have aprox. 30,000 records in a child table and is very
>slow consult the child table with a relation, when i need sum the
>amount of the child table for each record in the primary table, the system is very slow, i have index on IDCliente in my primary table and
>i have an Index in my child table Idcliente for make a relation and the relation works ok, but my sysetm is so slow, what I'm doing bad?
>how can a give more speed to my application?
>
>Sorry for my English


If you have SET DELETED ON, you should add an index on DELETED() to each table, this will speed up the process immensely, because otherwise each record is checked to determine if it is deleted or not.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform