Home » RDBMS Server » Server Administration » size of redolog?
size of redolog? [message #123365] Sun, 12 June 2005 20:52 Go to next message
sunil_v_mishra
Messages: 506
Registered: March 2005
Senior Member
hi,

I have 10 mb size of redolog files there are 3 redolog files . . .and nearly 20 log switch in 24 hour. . . now i want to make size of my redolog 75 MB each so that there can be only 2 log switch in 24 hour . . .

I just want to know if size of redolog file is change to 75 Mb does it going to effect perfornamce of database or any big issue can arise b'coz of this ?

Thank you
By:- Sunil

Re: size of redolog? [message #123417 is a reply to message #123365] Mon, 13 June 2005 06:51 Go to previous messageGo to next message
limer
Messages: 15
Registered: June 2005
Location: Madrid
Junior Member


Hello!

Experts say that you must change redolog each 20 minutes aprox. Then You have a well tuned redolog if you change once per hour. If you increase the redo files then you can decrease performance by 2 ways:

1- bigger files are slower
2- Copy bigger files to archivelog take more time.

could may help.

If works, don't touch it!
Re: size of redolog? [message #123449 is a reply to message #123365] Mon, 13 June 2005 09:31 Go to previous messageGo to next message
smartin
Messages: 1803
Registered: March 2005
Location: Jacksonville, Florida
Senior Member
Why do you want to only do a log switch twice every 24 hours? What is your goal/motivation?
Re: size of redolog? [message #123459 is a reply to message #123365] Mon, 13 June 2005 10:15 Go to previous messageGo to next message
JSI2001
Messages: 1016
Registered: March 2005
Location: Scotland
Senior Member
I thought this was a pretty good discussion on the topic.

http://www.orafaq.com/forum/r/reply_to/123365/68488/

HTH
Jim
Re: size of redolog? [message #123496 is a reply to message #123365] Mon, 13 June 2005 14:20 Go to previous messageGo to next message
sunil_v_mishra
Messages: 506
Registered: March 2005
Senior Member
hi,

Smarti.........Actually i dont want my database in archive log mode as it take lot of space and i am going to take day to day backup of my database (i.e. after every 24 hr) so i will have backup and in case if crash occur then i can recover my database from redo log file as all required log will be present in it to recover the database. so full database recovery can possible.

Now if you have any suggestion or guidance to me in this matter then please let me know .. i will be thank full to you

One thing more limer Thanks for your reply...Smile

From:- Sunil

[Updated on: Mon, 13 June 2005 14:23]

Report message to a moderator

Re: size of redolog? [message #123508 is a reply to message #123365] Mon, 13 June 2005 15:45 Go to previous messageGo to next message
smartin
Messages: 1803
Registered: March 2005
Location: Jacksonville, Florida
Senior Member
Jim: I'm sure I'm overlooking something similar, but I don't know how to follow your link above to find the good discussion on the subject? How do I find it, what am I missing?

Sunil:

"Actually i dont want my database in archive log mode as it take lot of space..."

Question 1:

If you have on one hand one large redo log file, of say 100 MB, and on the other hand you have 10 small redo log files, of say 10 MB each, how is either one of them different as far as space goes?

In other words, the space of your redo log data is determined by the amount of redo generated. Whether you put it all in one large file, or a bunch of small files, makes no difference as far as total space goes.

Question 2:

What happens if you have a day, a really busy day. Lots of modifications are made. Those modifications are very important. A very important day of high activity.

But because of so much redo generated on that busy day, oracle cycles back around and overwrites existing redo log files. You thought you had planned it so there would be enough and big enough redo files so that it would not cycle back, but because of the high activity in that special day it used more redo than you thought, causing it to cycle and overwrite earlier redo files.

Then, as luck would have it, that evenening, before you can take the backup, the server crashes, and you need to restore from backup. But all you can do is restore yesterday's copy, because some of the redo logs were overwritten, you can't recover all of that high activity, which was very important, that happened during the day. So now what do you do?

Statement 1:

If the data in your database is important to you, then stay in archivelog mode.

Statement 2:

Disk space is very cheap.
Re: size of redolog? [message #123511 is a reply to message #123365] Mon, 13 June 2005 15:54 Go to previous messageGo to next message
DMcG
Messages: 51
Registered: May 2005
Location: Auckland, New Zealand
Member
Smartin gave you a classic example of what can happen when your DB is not in archive mode.

If you're seriously worried about the amount of disk space taken up by 200mb of log switches then try compressing your archived redo logs - they generally compress quite well.

Dougie McGibbon
Re: size of redolog? [message #123543 is a reply to message #123511] Mon, 13 June 2005 22:13 Go to previous messageGo to next message
sunil_v_mishra
Messages: 506
Registered: March 2005
Senior Member
hi,

Thank you for all your reply ..... DMcG & smartin

From:- Sunil

[Updated on: Mon, 13 June 2005 22:14]

Report message to a moderator

Re: size of redolog? [message #124133 is a reply to message #123543] Thu, 16 June 2005 09:55 Go to previous message
JSI2001
Messages: 1016
Registered: March 2005
Location: Scotland
Senior Member
@smartin OOOPS! dunno what happened there Embarassed Embarassed Must've had brain freeze that day and posted from the wrong tab. Ah well, nevermind Smile
Previous Topic: Badly named tablespace ( 'tblsp1.ora')
Next Topic: error: MXXEQ35
Goto Forum:
  


Current Time: Fri Sep 27 02:14:15 CDT 2024