Comment 1 for bug 1450676

Revision history for this message
Aaron Wells (u-aaronw) wrote :

The current method programattically generates SQL statements, and then executes them.

So the very first step on this, should be to determine exactly what SQL statements it is generating. Then we can compare them with your raw SQL and see why the performance is so much worse.

Cheers,
Aaron