From: Mike Bayer Date: Sun, 14 Feb 2010 20:10:48 +0000 (+0000) Subject: I'm seeing lower numbers from the objselectspeed.py test, so bumping down the lower... X-Git-Tag: rel_0_6beta2~189 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=82e1e466e6cb176f35145b50fdadaaaddf737d84;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git I'm seeing lower numbers from the objselectspeed.py test, so bumping down the lower bounds here. --- diff --git a/CHANGES b/CHANGES index 0fb63ba96f..bef45944a2 100644 --- a/CHANGES +++ b/CHANGES @@ -71,8 +71,8 @@ CHANGES reimplementing RowProxy and the most common result processors. The actual speedups will depend heavily on your DBAPI and the mix of datatypes used in your tables, and can vary from - a 50% improvement to more than 200%. It also provides a modest - (~20%) indirect improvement to ORM speed for large queries. + a 30% improvement to more than 200%. It also provides a modest + (~15-20%) indirect improvement to ORM speed for large queries. Note that it is *not* built/installed by default. See README for installation instructions.