[Zope] Thousands of Objects - how do they manifest? (newbie)

fritz zope@floSoft.net
Tue, 7 Jan 2003 12:09:08 +0100


Am Montag, 6. Januar 2003 19:51 erhalten:

> Now down to the external database. I've gathered so far that probably the
> best database to start off with would be MySQL for Python (with ZMySQLDA).
> I expect this can be swapped out with another SQL database if MySQL starts
> creaking under the load.

i use a self built object-interface from zope (python) to mySQL

about performance you have to test, if it can fullfill your needs ...
(time consuming is not so much searching big data, but showing big results of 
searches = constructing many objects)

you can find it at sourceforge.net (O2DB - interface for mapping objects to 
relational DB)


regards

fritz
(-:fs)