Closed benrudolph closed 6 years ago
When I attempt to render a template with 500 to 1000 bind_params performance falls off a cliff. Any insights as to where I could look to start trying to find the slow down? Can profile, but figured you might have some insider knowledge
looked into this and this library creates an infinite loop if you have over 1000 params here: https://github.com/hashedin/jinjasql/issues/16
https://github.com/hashedin/jinjasql/pull/17
When I attempt to render a template with 500 to 1000 bind_params performance falls off a cliff. Any insights as to where I could look to start trying to find the slow down? Can profile, but figured you might have some insider knowledge