7 Jan
2003
7 Jan
'03
8:55 p.m.
On Mon, 6 Jan 2003 18:51:47 -0000 "Crosbie Fitch" <crosbie@cyberspaceengineers.org> wrote:
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 fullfills your needs ... (time consuming is not so much searchin 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)