You are not logged in Log in Join
You are here: Home » Members » jim » ZODB » TransactionMultiFileStorage

Log in
Name

Password

 
 

History for TransactionMultiFileStorage

??changed:
-
 Initiator: "Pavlos Christoforou":mailto:[email protected]

Definition

  A MultiFileStorage that uses the ZODB FileStorage format to create a file in a host filesystem    for each transaction in the ZODB.  The file will contain the transaction/undo information for   
  that object.

  --note--This is mainly a way to backup and distribute Data.fs efficiently taking advantage of
  the way
  FileStorage appends all new versions at the end of Data.fs. It is not really meant as a 
  replacement of FileStorage. I have not given much thought to a MultiFileStorage but  a
  distributed version of Data.fs  is possible and desirable! --pavlos