Re: [Sqlalchemy-tickets] [sqlalchemy] #2779: Join order determinism in polymorphic loads
Brought to you by:
zzzeek
|
From: sqlalchemy <mi...@zz...> - 2013-07-11 19:07:25
|
#2779: Join order determinism in polymorphic loads
----------------------------------+------------------------------------
Reporter: aelaguiz | Owner: zzzeek
Type: defect | Status: new
Priority: medium | Milestone:
Component: cextensions | Severity: no triage selected yet
Resolution: | Keywords:
Progress State: awaiting triage |
----------------------------------+------------------------------------
Comment (by aelaguiz):
I noticed that between runs my cache hit rate using dogpile query caching
could change without any of the underlying data structures changing, after
digging in what I found was the join order on my polymorphic classes is
not deterministic.
--
Ticket URL: <http://www.sqlalchemy.org/trac/ticket/2779#comment:1>
sqlalchemy <http://www.sqlalchemy.org/>
The Database Toolkit for Python
|