Sébastien LELONG wrote:

> Arrgh... While using the last revision improves speed, I do not have the same
> results... I'm probably missing something (maybe about the compiled mappers).
> Could you send back the modified tests so I can see what optimisations have
> been made ?

add this line to the bottom of pil.py init_mappers():

  sa.class_mapper(PilHisto).compile()

then i just add "now = time.time()" to line 19 of test.py after
init_model() is called, and "total = time.time() - now; print "total
time", total" at the bottom to report the results.


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

Reply via email to