Home > database > Caused by Storm multithreaded insert Mysql data repeat how to solve?
Caused by Storm multithreaded insert Mysql data repeat how to solve?
Time:09-24
Storm want to use multiple threads to a number of data to mysql, SQL and have no problem in the process of splicing, the execution of the database is duplicate data, to find the Followed by a simple test, found in jdbcClient. The executeSql (SQL); Receives the SQL statement out of the question, when the normal data should be select 1 ~ 16, don't know how to solve now,