Subject | Re: [IBO] Newbie Question -- Inserts slow? Another Insert Question |
---|---|
Author | Jason Wharton |
Post date | 2002-06-08T17:06:43Z |
Given the right hardware, sure, it could be possible.
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
----- Original Message -----
From: "Burak OZLER" <burak.ozler@...>
To: <IBObjects@yahoogroups.com>
Sent: Saturday, June 08, 2002 12:19 AM
Subject: RE: [IBO] Newbie Question -- Inserts slow? Another Insert Question
> Hi All
> I Put 888.666 Rows, Reading from a Fixed Length Text file (96
> MB) to my GDB approximately 40 Minutes by using a stored procedure and
> using CommitRetaining every 10.000 records. This result satisfied me.
>
> But the result below is UNBELIVEABLE!!
>
> I'll try it also...
>
> I wonder this
>
> INSERT INTO SOME TABLE (TABLE_ID,AFILED1,AFIELD2) VALUES
> (GEN_ID(SOME_GEN,1),XXX,XXX);
> Is this Possible??
>
> Burak