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:
00829408
Vues:
28
Hi

try this end test:
- build a view for first part
SELECT * FROM  property!propnum WHERE LEFT(Propnum.groupid,2) == "PN"
- timing this view
- build a view for second part
SELECT pocontact.* FROM  property!pocontact JOIN property!propnum ;
ON  Pocontact.memoid = Propnum.contactid AND LEFT(Propnum.groupid,2) == "PN"
- timing this view

if timing1 + timing2>original timing, the time for requery the view is
only ODBC fetch timing, and you cannot reduce it on ODBC enviroment.

Fabio
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform