Hello,
This might be a very simple question to answer, but I am not finding any suitable benchmark tests so asking on the mailing list. I want to know if indexing on certain columns impacts the performance of sqlalchemy? for example I am using postgresql with python-psycopg2 and mapping all the tables to classes through alchemy. Now if I follow the postgresql tuning tips and index the needed columns from the relevent tables, will sqlalchemy perform better? My confusion is because I see that tables are mapped to classes and once that is done I don't directly interract with tables except through the engine.execute() where direct queries are passed.

So will tuning of database tables have direct impact on performance with sqlalchemy?

Happy hacking.
Krishnakant.

--
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