[Zodb-checkins] CVS: StandaloneZODB/bsddb3Storage - README:1.5
Barry Warsaw
barry@wooz.org
Fri, 2 Nov 2001 16:47:33 -0500
Update of /cvs-repository/StandaloneZODB/bsddb3Storage
In directory cvs.zope.org:/tmp/cvs-serv25878
Modified Files:
README
Log Message:
More updates
=== StandaloneZODB/bsddb3Storage/README 1.4 => 1.5 ===
This package contains implementations for Zope/ZODB storages based
on Sleepycat Software's BerkeleyDB and the PyBSDDB3 extension
- module. These storages save ZODB data to some number of
- BerkeleyDB tables, relying on Berkeley's transaction machinery to
- provide reliability and recoverability.
+ module. These storages save ZODB data to a bunch of BerkeleyDB
+ tables, relying on Berkeley's transaction machinery to provide
+ reliability and recoverability.
Contents
@@ -312,6 +312,9 @@
http://www.sleepycat.com/docs/ref/am_misc/tune.html
http://www.sleepycat.com/docs/ref/transapp/tune.html
http://www.sleepycat.com/docs/ref/transapp/throughput.html
+
+ As you read this, it will be helpful to know that the
+ bsddb3Storage databases all use BTree access method.
Archival and Maintenance