Files
sqlalchemy/test/aaa_profiling
Mike Bayer f6b52bef08 Don't apply aliasing + adaption for simple relationship joins
Identified a performance issue in the system by which a join is constructed
based on a mapped relationship.   The clause adaption system would be used
for the majority of join expressions including in the common case where no
adaptation is needed.   The conditions under which this adaptation occur
have been refined so that average non-aliased joins along a simple
relationship without a "secondary" table use about 70% less function calls.

Change-Id: Ifbe04214576e5a9fac86ca80c1dc7145c27cd50a
(cherry picked from commit 7e9f273835)
2019-12-19 11:13:59 -05:00
..
2019-01-06 18:23:11 -05:00
2019-07-21 16:30:31 -04:00
2019-01-06 18:23:11 -05:00
2019-01-06 18:23:11 -05:00