]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
notes on tuning rel_0_5rc4
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 14 Nov 2008 21:36:15 +0000 (21:36 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 14 Nov 2008 21:36:15 +0000 (21:36 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 670bc239773e5b7bd1bc6ff9e1e3b88dfb4e28f3..6264610323e9a174e4c0c8d15f04b8852ffa9da8 100644 (file)
--- 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: