dbTalk Databases Forums  

Full-page log writes

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


Discuss Full-page log writes in the comp.databases.berkeley-db forum.



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

Default Full-page log writes - 02-14-2007 , 03:28 AM






Berkeley DB assumes that page writes are atomic, which doesn't match
reality (especially if the file system block size is smaller than the
page size). Other logging systems offer an option to write a full
copy of a modified page to the log the first time it is changed after
a checkpoint. I don't think there is an option to do this in Berkeley
DB, but I wonder how hard it would be to add it.

I know that this would considerably increase logging I/O for some
workloads, but I'd like the extra reliability it provides.

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.