Files
sqlalchemy/test/aaa_profiling
Mike Bayer 7e9f273835 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
2019-12-19 10:19:29 -05:00
..
2019-01-06 18:23:11 -05:00
2019-01-06 18:23:11 -05:00