Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Append blank VS insert SQL
Message
De
22/03/2005 06:13:18
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
22/03/2005 06:08:01
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00998018
Message ID:
00998023
Vues:
23
>and what about speed ?
>I made a test and seems like append was 4 to 10 times slower

I wouldn't comment on that. From test to test one might be faster than the other. My reasoning is simple:

select myTable
Append Blank
replace field1 with m.somevalue, ...

vs:

insert into myTable (field1, ...) values (m.somevalue, ...)

latter is a single atomic operation. Insert into also have variations like "insert into ... from memvar|array".

It has been a long time I don't use 'Append Blank'.

Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform