[Zodb-checkins] CVS: ZODB3/bsddb3Storage - README:1.9.4.1
Jeremy Hylton
jeremy@zope.com
Thu, 3 Oct 2002 18:09:56 -0400
Update of /cvs-repository/ZODB3/bsddb3Storage
In directory cvs.zope.org:/tmp/cvs-serv26578
Modified Files:
Tag: ZODB3-3_1-branch
README
Log Message:
Add a big caveat to the README.
=== ZODB3/bsddb3Storage/README 1.9 => 1.9.4.1 ===
--- ZODB3/bsddb3Storage/README:1.9 Fri Aug 23 13:02:28 2002
+++ ZODB3/bsddb3Storage/README Thu Oct 3 18:09:55 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,