If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Informix > why not backup logical logs every 15 minutes?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-06-04, 13:50
noober noober is offline
Registered User
 
Join Date: Oct 2003
Posts: 20
why not backup logical logs every 15 minutes?

Hi all,
Would there be a downside to backing up my logical logs every 15 minutes? Having trouble depending on ops to watch them and I was sure if doing such a thing to often created some issue(s)?
Reply With Quote
  #2 (permalink)  
Old 01-07-04, 07:38
vpshriyan vpshriyan is offline
Registered User
 
Join Date: Nov 2003
Location: Mumbai, India
Posts: 92
Hi,

If you are manning a data centre with high probabilities of voluminous transactions (heavy OLTP apps), you would wish to take backup of logical logs in continuous manner, than frequency based execution. When a continuous backup is fired (eg. ontape -c or onconfig based ALARMPROGRAM specification via log_full.sh using onbar) a log is backed-up as soon as it is filled-up, this way, you need not monitor the situation in particular and there is no need to have a dedicated backup operator as well.

If your instance have less transaction activities, and if you intend to schedule backup job on every 15 minutes or so, it might happen that the backup utility may not have enough data to write on each such frequency, defeating the very purpose of scheduling such job. If so, it would be better to have an "on demand" logical log backup. A scheduler (eg. cron) present in an OS itself has an overhead on resources of a server to manage job submitted to it.

Regards,
Shriyan
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On