From: Mike Bayer Date: Fri, 14 Nov 2008 21:36:15 +0000 (+0000) Subject: notes on tuning X-Git-Tag: rel_0_5rc4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1214e74a3853b325adbae4e99610f362a10a7ce9;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git notes on tuning --- diff --git a/CHANGES b/CHANGES index 670bc23977..6264610323 100644 --- a/CHANGES +++ b/CHANGES @@ -20,6 +20,10 @@ CHANGES real rowcount is returned, meaning a query such as query(func.count(A.name)).count() will return a value of one, since that query would return one row. + + - Lots of performance tuning. A rough guesstimate + over various ORM operations places it 10% faster + over 0.5.0rc3, 25-30% over 0.4.8. - bugfixes and behavioral changes - general: