Subject | Re: Firebird slows after some Hours with 40+ Users |
---|---|
Author | dimi1309 <ich@dimi.mdis.de> |
Post date | 2002-12-10T09:13:37Z |
--- In ib-support@yahoogroups.com, "Martijn Tonies" <m.tonies@u...> wrote:
re there db-components, able to commit the transaction transparently and ope=
n it, when needed ?
> Hi,we´ve got an dbgrid connected to the database which is open all the time. a=
>
> > Oldest transaction 16209
> > Oldest active 16210
> > Oldest snapshot 16210
> > Next transaction 34332
>
> Here you have it - quite a large difference...
>
> You need to keep your transactions short - as short as possible.
>
> Mind you, also a SELECT uses a transaction. While editting, post
> all your changes in a transaction and call COMMIT (not retaining)
> afterwards.
re there db-components, able to commit the transaction transparently and ope=
n it, when needed ?