- Updated slides from our ZODB programming tutorial at the 10th International Python Conference: http://www.zope.org/Members/bwarsaw/ipc10-slides
- Andrew Kuchling's ZODB & ZEO introduction, updated for ZODB 3.6: http://wiki.zope.org/ZODB/Documentation/guide/index.html
- UML model for ZODB: http://www.zope.org/Documentation/Developer/Models/ZODB
- Slides from Jeremy Hylton's talk on ZODB at LL2: "Supporting Persistent Objects in Python": http://www.zope.org/Wikis/ZODB/ll2-slides.ppt
- The new application-level conflict resolution feature is not included the documentation yet. Jim's Wiki, explains it.
- Jim presented a paper on ZODB at the 8th Python Conference: Jim Fulton. Introduction to the Zope Object Database, Proceedings of the 8th Python Conference, Arlington, Va, 2000. Also available in PDF format.
- Toby Dickenson's new implementation of the pickle cache, means that ZODB can run with much lower memory requirements. Some API changes, have not been merged into the main documentation yet.
- There are several different storage implementations now, so it is interesting to compare them. There is a feature comparison matrix in CVS here
- http://zope.org/Members/adytumsolutions/HowToLoveZODB_PartII/HowToLoveZODB_PartI
- Laurence Rowe's overview of the ZODB presented at the Plone Conference 2007 http://plone.org/documentation/tutorial/introduction-to-the-zodb
You might also be interested in the HistoricalPages.