Mybatis multi-threaded batch insert MySQL reports Primary key conflict

Source: Internet
Author: User
Struct (templateCode, activityCode, activityId, sendRoundId, arrangeDate, expireDate, messageId, mobile, requestId, senderId, depName, depId, flag, level, struct, systemName, mtime, ctime) values (# {item. templateCode}, # {item. activityC... multi-thread mybatismysql primary key


Insert into sequence (templateCode, activityCode, activityId, sendRoundId, arrangeDate, expireDate, messageId, mobile, requestId, senderId, depName, depId, flag, level, interval, systemName, mtime, ctime)
Values

(# {Item. templateCode}, # {item. activityCode}, # {item. activityId}, # {item. sendRoundId}, # {item. arrangeDate}, # {item. expireDate}, # {item. messageId}, # {item. mobile },# {item. requestId}, # {item. senderId}, # {item. depName}, # {item. depId}, # {item. flag}, # {item. level}, # {item. smsTemplateVar}, # {item. systemName}, # {item. mtime}, # {item. ctime })


The preceding is my SQL statement. a primary key conflict exception is reported in a multi-threaded request, and the larger the concurrency, the more frequent the primary key conflict exception.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.