You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2020/02/11 06:10:50 UTC

[GitHub] [incubator-shardingsphere] terrymanu edited a comment on issue #4231: mysqldump file import sharding-proxy insert speed slowly

terrymanu edited a comment on issue #4231: mysqldump  file import sharding-proxy  insert speed slowly 
URL: https://github.com/apache/incubator-shardingsphere/issues/4231#issuecomment-584490879
 
 
   Because if you don't use PreparedStatement, it will parse SQL for every call which are very slow.
   ShardingSphere will cache parse result if using PreparedStatement.
   
   Please search `PreparedStatement` from google to get more information.

----------------------------------------------------------------
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