bd2019us created PHOENIX-5412:
---------------------------------

             Summary: use PreparedStatement
                 Key: PHOENIX-5412
                 URL: https://issues.apache.org/jira/browse/PHOENIX-5412
             Project: Phoenix
          Issue Type: Bug
            Reporter: bd2019us
         Attachments: patch.txt

{color:#24292e}Hello,{color}
{color:#24292e} Is it a good way to use "PreparedStatement" instead of 
"createStatement" in order to improve performance? "PreparedStatement" is used 
to execute dynamic or parameterized SQL queries. It is helpful if we are 
executing a particular SQL query multiple times ( such as in a loop in this 
case) since "PreparedStatement" can be precompiled and the query is created 
only once.{color}



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

Reply via email to