[Zodb-checkins] CVS: ZODB3/bsddb3Storage - README:1.10

Guido van Rossum guido@python.org
Fri, 4 Oct 2002 20:40:17 -0400


Update of /cvs-repository/ZODB3/bsddb3Storage
In directory cvs.zope.org:/tmp/cvs-serv28553

Modified Files:
	README 
Log Message:
Merge changes from release branch into trunk.

=== ZODB3/bsddb3Storage/README 1.9 => 1.10 ===
--- ZODB3/bsddb3Storage/README:1.9	Fri Aug 23 13:02:28 2002
+++ ZODB3/bsddb3Storage/README	Fri Oct  4 20:40:17 2002
@@ -4,11 +4,16 @@
 
 Introduction
 
-    This package contains implementations for ZODB storages based on
-    Sleepycat Software's BerkeleyDB and the PyBSDDB3 extension module.
-    These storages save ZODB data to a bunch of BerkeleyDB tables,
-    relying on Berkeley's transaction machinery to provide reliability
-    and recoverability.
+    This package contains experimental implementations for ZODB
+    storages based on Sleepycat Software's BerkeleyDB and the PyBSDDB3
+    extension module.  These storages save ZODB data to a bunch of
+    BerkeleyDB tables, relying on Berkeley's transaction machinery to
+    provide reliability and recoverability.
+
+    We are developing new storage implementations based on BerkeleyDB.
+    These storages will improve on the current implementations in many
+    ways, but they are not complete yet.  The current implementations
+    have some problems, but may be useful.
 
     Note that the Berkeley based storages are not "set and forget".
     The underlying Berkeley database technology requires maintenance,