[Zodb-checkins] CVS: Zope3/src/zodb/storage - base.py:1.32
Barry Warsaw
barry at zope.com
Tue Jul 29 19:07:16 EDT 2003
Update of /cvs-repository/Zope3/src/zodb/storage
In directory cvs.zope.org:/tmp/cvs-serv5135
Modified Files:
base.py
Log Message:
Typo repair
=== Zope3/src/zodb/storage/base.py 1.31 => 1.32 ===
--- Zope3/src/zodb/storage/base.py:1.31 Thu Jul 10 13:35:18 2003
+++ Zope3/src/zodb/storage/base.py Tue Jul 29 18:07:11 2003
@@ -419,7 +419,7 @@
DB_CONFIG mechanism.
Berkeley storages need to be checkpointed occasionally, otherwise
- automatic recover can take a huge amount of time. You should set up a
+ automatic recovery can take a huge amount of time. You should set up a
checkpointing policy which trades off the amount of work done periodically
against the recovery time. Note that the Berkeley environment is
automatically, and forcefully, checkpointed twice when it is closed.
@@ -435,7 +435,7 @@
- min is passed directly to txn_checkpoint()
- You can acheive one of the biggest performance wins by moving the Berkeley
+ You can achieve one of the biggest performance wins by moving the Berkeley
log files to a different disk than the data files. We saw between 2.5 and
7 x better performance this way. Here are attributes which control the
log files.
More information about the Zodb-checkins
mailing list