Roundup Tracker - Issues

Message3664

Author stefan
Recipients rawler, richard, stefan
Date 2009-03-20.15:40:43
Message-id <1237563647.59.0.0224544954784.issue2550514@psf.upfronthosting.co.za>
In-reply-to
Here is a patch that does two things (beside some cleanup):

* it adds 'getnodes()' methods that allow for more compact SQL queries.
* it adds a 'properties' argument to the 'filter()' methods, to allow to
fuse the query of properties with the original filter (again to reduce
the number of required SQL queries).

My plan is to adjust various functions (notably in cgi.templating) to
use these enhancements to reduce the number of queries made on the
database, and thus to speed up page rendering.

How does this look ?
History
Date User Action Args
2009-03-20 15:40:47stefansetmessageid: <1237563647.59.0.0224544954784.issue2550514@psf.upfronthosting.co.za>
2009-03-20 15:40:47stefansetrecipients: + stefan, richard, rawler
2009-03-20 15:40:47stefanlinkissue2550514 messages
2009-03-20 15:40:46stefancreate