dbTalk Databases Forums  

db_hotcopy and checkpoints

comp.databases.berkeley-db comp.databases.berkeley-db


Discuss db_hotcopy and checkpoints in the comp.databases.berkeley-db forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Florian Weimer
 
Posts: n/a

Default db_hotcopy and checkpoints - 01-11-2006 , 03:31 PM






Does the new db_hotcopy utility inhibit database checkpoints, so that
no log files which still have to be archived are removed in the
DB_LOG_AUTOREMOVE case?

Reply With Quote
  #2  
Old   
ubell@sleepycat.com
 
Posts: n/a

Default Re: db_hotcopy and checkpoints - 01-12-2006 , 11:20 AM






db_hotbackup is a utility separate from your application and so it
cannot modify it to stop checkpoints. DB_LOG_AUTOREMOVE is
incompatible with doing hot backups.

Michael Ubell
Sleepycat Software.


Reply With Quote
  #3  
Old   
Florian Weimer
 
Posts: n/a

Default Re: db_hotcopy and checkpoints - 01-12-2006 , 04:22 PM



Quote:
db_hotbackup is a utility separate from your application and so it
cannot modify it to stop checkpoints. DB_LOG_AUTOREMOVE is
incompatible with doing hot backups.
Ah, okay.

In theory, a lock could be acquired which would prevent log removal
while a hot backup is performed. I just wasn't sure if Berkeley DB is
doing this.


Reply With Quote
Reply




Thread Tools
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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.