Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Replace In - is it slow?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00496131
Message ID:
00496135
Vues:
10
>Hi everybody,
>
>I wrote a simple function to update our database with data in external file. The function looks like:
>
>  scan && External file
>  if seek(PropID, "AssrMstr","PropID")
>    replace APN with WorkFile.APN,... in AssrMstr
>  else
>    insert into AssrMstr ...
>  endif
>  endscan
>
>It works very slowly. The external file has ~60000 records. What could be wrong here and should I change algorithm to switch between aliases instead of using IN clause.
>
>Thanks in advance.

How many INSERTs are typically done? How many index keys on the table? Anytime you add a record to a table with a compound, compact CDX, it has to update the index as well. If multiple keys are present this will also be true in instances where replaces are done if one of the indexed fields is modified.
George

Ubi caritas et amor, deus ibi est
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform