You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2019/01/28 09:39:02 UTC

[GitHub] feelwing1314 commented on issue #1820: the replaySetParameter cost much time on mysql batch insert.

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


With regards,
Apache Git Services