On May 12, 2010, at 5:12 PM, Russell Posluszny wrote:

> 
> 
> On May 12, 4:51 pm, Michael Bayer <mike...@zzzcomputing.com> wrote:
>> 
>> this specific issue is mentioned with some less than ideal solutions 
>> athttp://www.redhat.com/f/pdf/jbw/jmlodgenski_940_scaling_hibernate.pdfon 
>> slide 23.    If their modification to the trigger doesn't work for you, turn 
>> off the sane rowcount feature:
>> 
>> engine = create_engine(...)
>> engine.dialect.supports_sane_rowcount = False
> 
> Thanks for the help, I think we will mostly like pursue disabling the
> rowcount feature on the dialect level rather altering our partition
> triggers.  For future reference, the discussion I mentioned where the
> plausibility of a table level flag was being discussed can be seen
> here:
> 
> http://www.mail-archive.com/sqlalchemy@googlegroups.com/msg04235.html

ah I asked for patches.   yet no patches came !  I think it should be a 
mapper() setting, not Table, in any case.


-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalch...@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to