Support for Prepared Statements? #155
Unanswered
kevinelliott
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I don't think ORM is using prepared statement at the moment. Agree that prepared statement can improve the performance. Will take a closer took at the query generator to find a way to support it along with the other changes and fixes to the ORM. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Would it be possible to add support for prepared statements? This has the potential to improve performance with PostgreSQL quite significantly for apps that have significant load.
Beta Was this translation helpful? Give feedback.
All reactions