Subject | Re: Insertion speed |
---|---|
Author | ben_ata |
Post date | 2005-02-08T00:04:49Z |
--- In firebird-support@yahoogroups.com, "Todd Pinel"
<todd_pinel@y...> wrote:
them first, then insert all rows, and then re-create the indexes. This
is usually faster.
<todd_pinel@y...> wrote:
> Hi I was wondering what kind of performance is normal to expect whennow is
> inserting multiple records into Firebird? The scenario I have right
> I call a stored procedure that runs a For..Select to gather a listof people
> that need to be inserted into another table. This query is simplebasically
> select all people with this attribute. I have in the past been able towondering
> optimize this For..Select query to improve speed but this time I'm
> if it's just the # of records I am trying to insert which is takingso long.
> There are no other stored procedures or triggers involved in thisprocedure
> andI insert roughly 15000 records and its taking about 1.5 minutes. IsDo you have indexes defined on the table? If yes you could try to drop
> there someway or technique I could use to improve this speed? Tia Todd.
them first, then insert all rows, and then re-create the indexes. This
is usually faster.