Re: Redo per transaction inconsistency when running SLOB
Date: Fri, 24 Apr 2020 11:35:24 +0100
Message-ID: <CAGtsp8kmep=ytn-R49NzESWC9yiGZpWpDvrBG4pmL=w93LUKcw_at_mail.gmail.com>
On Fri, Apr 24, 2020 at 10:41 AM Paul Houghton <Paul.Houghton_at_uis.cam.ac.uk> wrote:
> Thanks for the responses.
>
>
>
> I have a third “identical” database on another server which is also slow,
> so I thought I would play with that. It also generates more redo, and redo
> I/O seems to be the bottleneck.
>
>
>
> I took the pfile from the “fast” database and applied it to this one (Just
> had to change the name, and the location of some files). Redo is still
> generated at twice the rate. This rules out standby as a cause of the
> issue. I suppose I need to investigate Jonathans suggestion to see whether
> SLOB is doing something different between the two servers, but it really
> shouldn’t because the configuration is identical. Also any workload seems
> slower, and potentially redo I/O bound. I will have to do that on Monday.
>
>
>
> Nothing looks strange in AWRs calculations. Redo does seem to be the
> limiting factor, so if I could get the slow db to generate less redo like
> the fast one, it would have a big impact on performance. I checked the redo
> block size and it is 512 on both. Investigating whether 4K is better for
> the SAN is another rabbit hole, but isn’t a cause of difference here.
>
>
>
> Statistic
>
> Fast DB
>
> Slow DB
>
> Db block changes
>
> 79,758,656
>
> 27,719,598
>
> redo size
>
> 32,053,006,128
>
> 34,648,068,868
>
> user commits
>
> 592,015
>
> 170,871
>
> user rollbacks
>
> 2
>
> 1
>
>
>
>
>
>
-- http://www.freelists.org/webpage/oracle-lReceived on Fri Apr 24 2020 - 12:35:24 CEST