Subject | Re: [IB-Architect] SUPERSERVER_V2 |
---|---|
Author | Ann Harrison |
Post date | 2001-02-01T17:03:50Z |
At 12:53 PM 2/1/2001 +0300, Dmitry Kuzmenko wrote:
Avoiding reading the same page twice is often a help and if the
page stays in the OS cache after the IB cache throws it out, that's
a win, of sorts.
Regards,
Ann
www.ibphoenix.com
We have answers.
>I can't believe that eliminating unneccesary OS buffering willRunning out of memory isn't usually a problem on modern machines.
>decrease performance. It is simple to look into TaskManager when
>select count(*) is made on a big table:
>While IB is reading pages into it's cache, they are also being read
>(before IB) into OS File Cache. So, availavle memory decreases, which
>can reduce OS performance (and IB's too). Isn't it?
Avoiding reading the same page twice is often a help and if the
page stays in the OS cache after the IB cache throws it out, that's
a win, of sorts.
Regards,
Ann
www.ibphoenix.com
We have answers.