<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic what is best practice to handle the concurrency issue in batch processing? in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/what-is-best-practice-to-handle-the-concurrency-issue-in-batch/m-p/4140#M940</link>
    <description>&lt;P&gt;Normally, our ELT framework takes in batches one by one and loads the data into target tables. But if more than one batches come in at the same time, the framework will break due to the concurrency issue that multiple sources are trying to write the same tables at the same time. &lt;/P&gt;&lt;P&gt;what is the best way or standard procedure to solve this concurrency issue?  Thanks!&lt;/P&gt;</description>
    <pubDate>Fri, 19 May 2023 16:54:28 GMT</pubDate>
    <dc:creator>andrew0117</dc:creator>
    <dc:date>2023-05-19T16:54:28Z</dc:date>
    <item>
      <title>what is best practice to handle the concurrency issue in batch processing?</title>
      <link>https://community.databricks.com/t5/data-engineering/what-is-best-practice-to-handle-the-concurrency-issue-in-batch/m-p/4140#M940</link>
      <description>&lt;P&gt;Normally, our ELT framework takes in batches one by one and loads the data into target tables. But if more than one batches come in at the same time, the framework will break due to the concurrency issue that multiple sources are trying to write the same tables at the same time. &lt;/P&gt;&lt;P&gt;what is the best way or standard procedure to solve this concurrency issue?  Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 19 May 2023 16:54:28 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/what-is-best-practice-to-handle-the-concurrency-issue-in-batch/m-p/4140#M940</guid>
      <dc:creator>andrew0117</dc:creator>
      <dc:date>2023-05-19T16:54:28Z</dc:date>
    </item>
    <item>
      <title>Re: what is best practice to handle the concurrency issue in batch processing?</title>
      <link>https://community.databricks.com/t5/data-engineering/what-is-best-practice-to-handle-the-concurrency-issue-in-batch/m-p/4141#M941</link>
      <description>&lt;P&gt;you can partition you table to avoid the changes of getting this exception.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jun 2023 21:25:50 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/what-is-best-practice-to-handle-the-concurrency-issue-in-batch/m-p/4141#M941</guid>
      <dc:creator>jose_gonzalez</dc:creator>
      <dc:date>2023-06-14T21:25:50Z</dc:date>
    </item>
  </channel>
</rss>

