[Zodb-checkins] CVS: ZODB3 - TODO:1.1.8.10
Jeremy Hylton
cvs-admin at zope.org
Tue Nov 25 16:25:35 EST 2003
Update of /cvs-repository/ZODB3
In directory cvs.zope.org:/tmp/cvs-serv3574
Modified Files:
Tag: ZODB3-mvcc-2-branch
TODO
Log Message:
Basic ZEO protocol task done. Now simplify the serial no business.
=== ZODB3/TODO 1.1.8.9 => 1.1.8.10 ===
--- ZODB3/TODO:1.1.8.9 Tue Nov 25 00:48:41 2003
+++ ZODB3/TODO Tue Nov 25 16:25:34 2003
@@ -1,17 +1,9 @@
TODO list for the MVCC branch.
-- Extend ZEO protocol to handle non-current data
+- Remove explicit serial numbers
- Added loadEx() and loadNonCurrent(). Changed the load()
- implementation on the client to use loadEx(). The primary
- implication is that the client doesn't ask about version data
- unless the application does.
-
- Extend abortVersion(), commitVersion(), transactionalUndo() to
- return an oid and a tid.
-
- Don't have all the tests working, so I'm not sure that this is done.
- I think that it is.
+ The serial number will be the same as the transaction id. This
+ eliminates a trivial optimization for abortVersion.
- Design a mechanism for validating new ZEO cache
More information about the Zodb-checkins
mailing list