You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@phoenix.apache.org by GitBox <gi...@apache.org> on 2019/04/01 22:40:04 UTC

[GitHub] [phoenix] bd2019us opened a new pull request #474: PHOENIX-5224 Change 'Statement' to 'PreparedStatement' for better performance

bd2019us opened a new pull request #474: PHOENIX-5224 Change 'Statement' to 'PreparedStatement' for better performance
URL: https://github.com/apache/phoenix/pull/474
 
 
   Fix: [#PHOENIX-5224](https://issues.apache.org/jira/browse/PHOENIX-5224). When the same SQL query is intensively used in a loop, it should be replaced with PreparedStatement, which is a big gain on performance.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services