[Dev] Python Object Persistence
Jeremy Hylton
jeremy at alum.mit.edu
Mon Nov 11 13:50:00 PST 2002
>>>>> "DM" == David McCusker <david at treedragon.com> writes:
DM> I think it would be cool if folks would plug in a new way to
DM> store things, and then run some standard unit tests to get an
DM> idea of how it performs. Maybe builtin profiling could point
DM> out the first places that need tuning to be competitive with
DM> other solutions.
The ZODB storage API is documented. (I'm sure the docs could be
better.) There are about 80 unit tests that cover the storage layer
itself, and a few "unit tests" that cover DB / Storage integration.
Jeremy
More information about the Dev
mailing list