Ignore:
Timestamp:
Nov 21, 2008, 4:16:38 AM (15 years ago)
Author:
quentin
Message:

Switched from caching ORM to direct database queries; now uncached queries are almost as fast as the cached queries used to be, and we don't have any cache coherency problems

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/invirt-remote-server/debian/changelog

    r1724 r1728  
     1invirt-remote-server (0.1.3) unstable; urgency=low
     2
     3  * Switched to using "raw" select expressions instead of using the ORM;
     4    allows the same speed as the old object-based system but without any
     5    caching necessary.
     6
     7 -- Quentin Smith <quentin@mit.edu>  Fri, 21 Nov 2008 04:15:50 -0500
     8
    19invirt-remote-server (0.1.2) unstable; urgency=low
    210
Note: See TracChangeset for help on using the changeset viewer.