Jorge Godoy wrote: > Database optimization is something that is hard to do... Specially > when using just an ORM.
Very true! I usually just end up not thinking about it too much until I have seen evidence of a problem, and then I start managing the problem that way. I usually do go ahead and put indexes on the obvious things though, just hadn't gotten around to it in the case of Fast Track :) > I also found out that you created your own date formatting > function. Is there any reason not to use tg.i18n.format.format_date? The only reason that I wasn't using it is because I didn't know about it :) Fast Track now uses format_date as of revision 94. Thanks for the suggestions! -- Jonathan LaCour http://cleverdevil.org --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears -~----------~----~----~----~------~----~------~--~---

