Hi All,

I have a few queries regarding SQLAlchemy.
I have a pre existing mysl database and I wanted to use SQLAlchemy on
it so I have used SQLSoup to connect to the existing database.

•       How to close the connection once the query is done as apps become
slow after a few hits to the database
•       On page load im displaying data from the database each time the page
is refreshed the query hits the database to retrieve  the data there
by taking long time for the page to load is thr any way by which the
query hit the table oly for new request and for the same request
access data from the cache



Thank you
   Sana

-- 
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 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to