Re: merge multiple databases
From: DIOS (sindizzy.pak_at_softhome.net)
Date: 05/14/04
- Next message: Tim: "Re: Select Record Problem"
- Previous message: Dude: "Re: Stored Procedures in Access 2000"
- In reply to: YYZ: "Re: merge multiple databases"
- Next in thread: YYZ: "Re: merge multiple databases"
- Reply: YYZ: "Re: merge multiple databases"
- Reply: Jim Carlock: "Re: merge multiple databases"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 14 May 2004 04:44:00 GMT
My results were astonishing. As YYZ commented the SQL version was way
faster.
Here are my results:
Test applied to merging 8 databases with three tables each. 4 medium sized
databases
and 4 small databases. Four runs were applied and the times were avearged.
Record Looping method: 410 seconds
SQL UPDATE method: 57 seconds
The record looping method had more status updates via a label but the
difference wa still
heavily favoring the SQL method.
Thanx for all the help guys.
AGP
-- ********************************************************************** Unpak my email address before sending me personal email ********************************************************************** "YYZ" <notapplicable> wrote in message news:eqq9q37NEHA.3452@TK2MSFTNGP10.phx.gbl... > "DIOS" <sindizzy.pak@softhome.net> wrote in message > news:UH7oc.72168$Ik.5216674@attbi_s53... > > That is a very interesting algoithm. It might work so ill give it a shot. > > I will create the tempID fiields and then run my queries and updates against > > those > > and just inputa temp number for tha actual Ids until i fill them in. I have > > the iteration > > algorithm already written but this eems like it may be more efficient and > > faster. > > In my experience, it should be IMMENSELY faster. We were doing somewhat the > same thing a while ago, copying down a "library" of materials and other things. > Initially, we were selecting everything into a recordset, then inserting into > the local database. Once we changed the logic to select from one DB directly > into the other, it sped the process up over 100x if I remember correctly. > > > I will post my comparisons. > > Please do! I'd be interested to see how it fares. > > Matt > >
- Next message: Tim: "Re: Select Record Problem"
- Previous message: Dude: "Re: Stored Procedures in Access 2000"
- In reply to: YYZ: "Re: merge multiple databases"
- Next in thread: YYZ: "Re: merge multiple databases"
- Reply: YYZ: "Re: merge multiple databases"
- Reply: Jim Carlock: "Re: merge multiple databases"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|