Subject | Re: Commit or commit retaining ? |
---|---|
Author | sbnspindler |
Post date | 2004-03-23T13:04:13Z |
--- In Firebird-Java@yahoogroups.com, "Roman Rokytskyy"
<rrokytskyy@a...> wrote:
<rrokytskyy@a...> wrote:
> > I have a understanding problem. If I set autocommit to false andWell, I already did this and they send me to this group... ;-)
> > call the connection.commit() method after about 1000 inserts, is
> > this a "hard commit" or commit retaining ?
>
> Commit retaining is not currently used in JayBird, it is
> always "hard" commit.
>
> > I use an embedded firebird 1.5 and jaybird and make about 1000
> > inserts per minute and the time for insert increase constantly.
> > Is this normal behaviour ?
>
> I think there's no JayBird specific issues there. Try to ask in
> Firebird-Support, they would probably explain this.
>
> Roman