Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: How to improve Log Switch performance

Re: How to improve Log Switch performance

From: Steve Long <steve-long_at_mediaone.net>
Date: Sat, 13 Oct 2001 02:48:21 GMT
Message-ID: <VXNx7.7806$Iw.2766117@typhoon.jacksonville.mediaone.net>

  1. reduce the size of the log files. larger files take longer to switch.
  2. the indication you give is the db is for OLTP...turn archive log off if it is on, since archive log is needed only when values are being changed.
  3. are your files on separate logical volumes or separate physical disks?
  4. are the physical disks where I/O separation is desired also on separate controller cards? controller contention can be a problem.
  5. upgrade the controller cards with more buffer cache/memory or get faster controller cards.
  6. get faster hard disks (10,000+ rpm SCSI with large cache).

"Reza" <reza_at_digital-dispatch.co.uk> wrote in message news:1002881304.7119.0.nnrp-09.d4f07ab4_at_news.demon.co.uk...
> Hi
> I have a 8.0.5.2.2 server on HP-UX 10.20 running a massively busy OLTP
> instance.
> I have adjusted the checkpoint intervals to happen only during log
switches
> (every 20 minutes in Average load).
> Database has 69 datafile, 3 control files, and 4 DB_WRITER processes
> running.
> Every time a Log switch happens it exactly takes 3 minutes and users
suffer
> from hangings for some of this period. The redo log files are on two
> independent physical volumes separate from data files. The wait events
shoot
> up drastically during Log switch. I do not exactly know what could improve
> this situation. Would adding more DB Writers help, even though we have
only
> 2 CPUs on the server.
> I know this is not that straight forward and might need much more detail
> information to analyze the situation, however any indication toward right
> direction that I can take, or other factors that I have to look into,
would
> be a great help.
> Many thanks for any help, much appreciated.
> Regards
> Reza
>
>
>
>
>
Received on Fri Oct 12 2001 - 21:48:21 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US