Changes between Initial Version and Version 1 of Ticket #611, comment 3
- Timestamp:
- Jan 27, 2013, 8:49:12 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #611, comment 3
initial v1 16 16 }}} 17 17 18 And take a deep look at http://docs.sqlalchemy.org/en/rel_0_7/orm/collections.html#largecollections because the number of comments by a user might be very large, so we should probably use a subqueryinstead of loading them on access of the attribute.18 And take a deep look at http://docs.sqlalchemy.org/en/rel_0_7/orm/collections.html#largecollections because the number of comments by a user might be very large, so we should probably use {{{dynamic}}} instead of loading them on access of the attribute. 19 19 20 20 Bonus points for a testcase!