Query performance degradation with autoloaded tables

Issue #3234 invalid
Marcin Krol created an issue

I get over 3 times slower query execution in SQA with autoloaded tables than executing query directly.

Details are here: http://stackoverflow.com/questions/26526034/sqlalchemy-query-performance

As noted in UPDATE, if I change class/table definitions to manual instead of autoloaded, SQA performs similar to manually entered query.

Comments (2)

  1. Log in to comment