On Apr 4, 2013, at 2:03 PM, Roman Yakovenko <roman.yakove...@gmail.com> wrote:

> 
> In my case the performance boost was 30%. I have very few queries, but pretty 
> big loops, so compiling them in advance(outside of loop) gave me a 
> significant gain.
>  

OK well we have the architecture in place to cache SQL expression constructs 
against their compiled form in the ORM on a per-mapper basis, using an LRU 
cache.   The SQL emitted by get() is in most cases constant so this is a 
feature that can be added without too much difficulty.


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


Reply via email to