Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Delete record is slow
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00829065
Message ID:
00829514
Vues:
28
Hi Chuck,

> .... 1-5.49sec ....

"This cut the head to the torus"

The LEFT JOIN not influence the query time.

Now:
If you have define a index on Propnum
INDEX ON LEFT(groupid,2) TAG TAGGROUP
and the time of
SELECT * FROM  property!propnum WHERE LEFT(groupid,2) == "PN"
still to 5.5sec, this time is the ODBC transfer time.

For speedup query you must change the implementation
( not use ODBC, use local cache, reduce n° records, ... )

If you not found a solution!:
"discharge the clock and to make it to go more slowly"

Fabio
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform