[SQLObject] One to 'a lot' relationship
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Robert L. <ro...@le...> - 2004-08-28 23:29:49
|
What is the best (read fastest) way to handle a 1-many relationship in SQLObject where the many is thousands of rows? The current 0.5.2 release issues an individual select for every row on the many side, which is a significant bottleneck. Is the SVN version better in this regard or do I need to code up something specific for this situation? If SVN is the way to go, is there a specific upgrade strategy I need to follow or can I just uninstall 0.5.2 and install the SVN version w/o requiring db changes? Robert [so many questions, so few answers:-(] |