feelwing1314 commented on issue #1820: the replaySetParameter cost much time on 
mysql batch insert.
URL: 
https://github.com/apache/incubator-shardingsphere/issues/1820#issuecomment-458058254
 
 
   i found the cause。
   
   the **List<List<Object>> parameterSets = new LinkedList<>()** in 
AbstractStatementExecutor, the data structure is **LinkedList**。when it had 
54000 parameter, the get(i) is bad。

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


With regards,
Apache Git Services

Reply via email to