Subject Re: [firebird-support] Long ad hoc delays?
Author Kjell Rilbe
Thomas Steinmaurer skriver:
> > I've got an ASP.Net app with a FB 2.1 DB on a 64 bit Win system.
> >
> > From time to time, apparently ad hoc, the FB server does "something"
> > that takes about half an hour. While doing so it does millions of I/O
> > reads and Windows' file cache consumes all memory I allow it to, but the
> > FB process itself doesn't seem to consume memory out of the ordinary.
[snip]
> > I guess the most likely reason is that the OO framework issues some SQL
> > that requires a natural scan of one or both of the large tables, or a
> > full index scan or something.
>
> Or garbage collection kicking in. The used garbage collection mode
> (background, cooperative, mixed) depends on the Firebird architecture
> and/or the GCPolicy parameter in firebird.conf.

Oh, but I thought GC wouldn't do such large batches of work such as
this. I thought GC would do "a little every time" rather than "a lot but
seldom". Maybe I should read again about GC...

> Can only talk about FB TraceManager. It works only with Firebird 2.5 due
> to the Trace API. We have customers, which moved to Firebird 2.5 in a
> test environment for just taking advantage of the Trace API. Run stuff
> there and improved queries in their dev environment. ;-)
>
> You don't even need to backup/restore (change the ODS) for using the
> Trace API. Simply take a copy of the database (just in case), connect
> with Firebird 2.5 and you are ready to go in respect to the Trace API.

Yes, but I shudder at the thought of copying 52 gigabyte over ADSL...
I'd have to install 2.5 alongside of 2.1 on the production system. I
guess I could, and set it up to use port 3051.

> Not sure if a switch to Firebird 2.5 is that easy for you. OO framework etc.

I'd have to test it. I think it would work - the framework (ECO) is
rather DB agnostic and supports about a dozen engines. And I assume the
.Net provider has been brought up to date to support 2.5.
--
--------------------------------------
Kjell Rilbe
DataDIA AB
E-post: kjell@...
Telefon: 08-761 06 55
Mobil: 0733-44 24 64