Message3664
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 ? |
|
Date |
User |
Action |
Args |
2009-03-20 15:40:47 | stefan | set | messageid: <1237563647.59.0.0224544954784.issue2550514@psf.upfronthosting.co.za> |
2009-03-20 15:40:47 | stefan | set | recipients:
+ stefan, richard, rawler |
2009-03-20 15:40:47 | stefan | link | issue2550514 messages |
2009-03-20 15:40:46 | stefan | create | |
|