Subject | Re: slow inserts with Firebird 1.5.1 |
---|---|
Author | tracegraph |
Post date | 2004-09-29T13:00:20Z |
--- In firebird-support@yahoogroups.com, "Martijn Tonies"
<m.tonies@u...> wrote:
I stared transaction I commited after 1, 1000, 10000 inserts with
almost no difference.
<m.tonies@u...> wrote:
> Hi,components?
>
> > > > Is there any way to speed up insert sql with FIBPlus
> > I've000
> > > > got version 4.70.
> > > > I've done a simple test: I wrote a procedure that performs 1
> > 000achieve
> > > > inserts with TpFIBQuery into the same table with 4 columns
> > (varchar,
> > > > integer, float, datetime). I only changed parameters of the
> > insert
> > > > sql, so it should be fast but it took about 20 minutes (Athlon
> > 900,
> > > > 256 MB RAM, local firebird server). Is there any way to
> > closethe
> > > > to Paradox speed in terms of record insert time? I don't mean
> > > > same table (that was just a test) but inserts into differentsql?
> > tables
> > > > in a sequence. Is there a way to perform many inserts in one
> > Iupdates) in
> > > > need to do about 1 000 000 inserts (no selects and no
> > aif
> > > > shortest time. Please for any answer. Thank you in advance.
> > >
> >
> > Did you've indexes on that table and how unique are the inserted
> > values?
> > I meant did you insert many duplicates.
> >
> > There were no indexes and the values were random. Does it matter
> > there are duplicates?yourself?
>
> transaction / insert (autocommit) or did you start a transaction
I stared transaction I commited after 1, 1000, 10000 inserts with
almost no difference.