ZODB (and OODB) question
Jason Orendorff
jason at jorendorff.com
Mon Jan 7 16:26:23 EST 2002
> I am writing an application using zope and I am saving my objects
> (customers, transactions, etc.) in the ZODB rather than using a RDBMS
> such as MySQL.
My advice: Save yourself some headaches and use an RDBMS.
ZODB is fine for content and code, but it's best to keep tabular data
in a "real" database. It's faster and will scale farther, and Zope
has some nice tools to help you out. If you need more help,
try the Zope mailing list.
## Jason Orendorff http://www.jorendorff.com/
More information about the Python-list
mailing list