Re: [sqlalchemy] Re: performance issues

2009-12-16 Thread Antoine Pitrou
> > I would have to produce anonymized mappings, but I will do so if it's > > What do you mean by "incorrect placement of a flag like > > `remote_side`"? I do have one (exactly one) relation with a > > `remote_side` flag, but the class it is defined on isn't involved in > > the script I have timed

Re: [sqlalchemy] Re: performance issues

2009-12-16 Thread Michael Bayer
Antoine Pitrou wrote: > Hello, > >> just in case you're not motivated to share mappings here, I would note >> that an incorrect placement of a >> flag like "remote_side" on a relation() may be causing this. > > I would have to produce anonymized mappings, but I will do so if it's > useful. What do

[sqlalchemy] Re: performance issues

2009-12-16 Thread Antoine Pitrou
Hello, > just in case you're not motivated to share mappings here, I would note that > an incorrect placement of a > flag like "remote_side" on a relation() may be causing this. I would have to produce anonymized mappings, but I will do so if it's useful. What do you mean by "incorrect placement