<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: huynhit-92</title>
    <description>The latest articles on DEV Community by huynhit-92 (@huynhit92).</description>
    <link>https://dev.to/huynhit92</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F111784%2F28ef411d-90b5-49be-9c58-c98eab1965f3.jpeg</url>
      <title>DEV Community: huynhit-92</title>
      <link>https://dev.to/huynhit92</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/huynhit92"/>
    <language>en</language>
    <item>
      <title>Need idea to improve mysql's lock performance</title>
      <dc:creator>huynhit-92</dc:creator>
      <pubDate>Mon, 09 Dec 2019 03:58:43 +0000</pubDate>
      <link>https://dev.to/huynhit92/need-idea-to-improve-mysql-s-lock-performance-29a1</link>
      <guid>https://dev.to/huynhit92/need-idea-to-improve-mysql-s-lock-performance-29a1</guid>
      <description>&lt;p&gt;We currently do goods management system like amazon&lt;br&gt;
With each product, there are about 5000 orders every day, which means that there are 5000 transactions processed.&lt;br&gt;
Currently, I am using the lock row mysql mechanism to ensure the correctness of the data.&lt;br&gt;
Mysql does a great job but the execution time is too long because the transactions are waiting for each other.&lt;br&gt;
So I want to ask if there is any way to increase the processing ability of mysql or is there any other approach to handle the problem of multiple transactions updating the same record (using a different database ...)&lt;/p&gt;

</description>
      <category>help</category>
      <category>mysql</category>
      <category>lock</category>
    </item>
  </channel>
</rss>
