By acoin
via sql.dzone.com
Published: Jan 23 2013 / 10:25
I have come up with a monkey-patch for some Django internals to cache the results of individual SQL statements, but only inside the life cycle of a single request. This will take zero load off of your database if you have perfect code. For mere mortals, it could likely reduce your database calls significantly.
Add your comment