Subject | Re: Poor Performance |
---|---|
Author | berniebialt |
Post date | 2005-06-08T23:40:44Z |
Ann,
Ok, I will try, but the issue is that this application is now
running in a production mode and I am trying to prevent this from
happening again. I noticed that I also do not have automated
sweeping activated, is this something I should do?
Regards,
Bernie
--- In firebird-support@yahoogroups.com, "Ann W. Harrison"
<aharrison@i...> wrote:
Ok, I will try, but the issue is that this application is now
running in a production mode and I am trying to prevent this from
happening again. I noticed that I also do not have automated
sweeping activated, is this something I should do?
Regards,
Bernie
--- In firebird-support@yahoogroups.com, "Ann W. Harrison"
<aharrison@i...> wrote:
> berniebialt wrote:Next
> > Ann:
> >
> > Thanks for respond to me. I ran gstat and here are some of the
> > details that I see:
> >
> > Oldest Transaction 434143
> > Oldest Active 446334
> > Oldest Snapshot 446334
> > Next Transaction 446335
> >
> > Is the issue the difference between Oldest Transaction and
> > Transaction?In
>
> No, the problem would be between the oldest active and the next.
> this case, there's only a single transaction running. To analyzethe
> problem, you're going to have to run gstat -h when the performanceis bad.
>keep
> > I noticed it is a differnce of over 12000. If this is
> > the problem, what would cause this to occur? and how could I
> > this from happening going forward.transaction
> >
>
> The oldest transaction - also called the oldest interesting
> - is the oldest transaction in any state other than committed.Sweep
> moves that number along. 12000 is not very bad.
>
> Regards,
>
>
> Ann