Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Why XmlToCursor() Is Slower Than Yesterday?
Message
 
 
À
03/05/2006 10:08:58
Information générale
Forum:
Visual FoxPro
Catégorie:
XML, XSD
Versions des environnements
Visual FoxPro:
VFP 7 SP1
OS:
Windows Server 2003
Divers
Thread ID:
01118771
Message ID:
01118773
Vues:
15
>There is 24k records in the result cursor. Everything works fine before and suddenly it takes a long time (like 8 seconds). I don't think it's normal.

Nothing unusual about that. The XMLTOCURSOR() internaly uses XMLDOM to process XML which loads the whole XML DOM into a memory. The time of processing grows exponentially with # of records in the XML.
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform