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

2020-02-10 Thread GitBox
terrymanu commented 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.


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:
us...@infra.apache.org


With regards,
Apache Git Services


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

2020-02-10 Thread GitBox
terrymanu commented on issue #4231: mysqldump  file import sharding-proxy  
insert speed slowly 
URL: 
https://github.com/apache/incubator-shardingsphere/issues/4231#issuecomment-584481790
 
 
   Do you use PreparedStatement and ParameterMarker?


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:
us...@infra.apache.org


With regards,
Apache Git Services