<?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 Re: Poor Auto Loader performance with CSV files on S3 in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/poor-auto-loader-performance-with-csv-files-on-s3/m-p/24088#M16711</link>
    <description>&lt;P&gt;Hi @Dotan Schachter​&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope all is well! Just wanted to check in if you were able to resolve your issue and would you be happy to share the solution or mark an answer as best? Else please let us know if you need more help.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We'd love to hear from you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 17 Jan 2023 06:10:40 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-01-17T06:10:40Z</dc:date>
    <item>
      <title>Poor Auto Loader performance with CSV files on S3</title>
      <link>https://community.databricks.com/t5/data-engineering/poor-auto-loader-performance-with-csv-files-on-s3/m-p/24084#M16707</link>
      <description>&lt;P&gt;I setup a notebook to ingest data using &lt;A href="https://docs.databricks.com/getting-started/etl-quick-start.html?&amp;amp;_ga=2.231725593.787446173.1667403797-873653220.1659216393#step-3-configure-auto-loader-to-ingest-data-to-delta-lake" alt="https://docs.databricks.com/getting-started/etl-quick-start.html?&amp;amp;_ga=2.231725593.787446173.1667403797-873653220.1659216393#step-3-configure-auto-loader-to-ingest-data-to-delta-lake" target="_blank"&gt;Auto Loader&lt;/A&gt; from an S3 bucket that contains over 500K CSV files into a hive table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Recently the amount of rows (and input files) in the table grew from around 150M to 530M and now each batch takes around an hour to complete as opposed to around 1-2 minutes before the growth. I tried optimizing the table, enabling auto optimize, setting spark.sql.shuffle.partitions to 2000 in the cluster, using high performance nodes but it still takes a very long time to complete each batch.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there anything else I can try to improve the performance?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Wed, 02 Nov 2022 18:00:08 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/poor-auto-loader-performance-with-csv-files-on-s3/m-p/24084#M16707</guid>
      <dc:creator>dotan</dc:creator>
      <dc:date>2022-11-02T18:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: Poor Auto Loader performance with CSV files on S3</title>
      <link>https://community.databricks.com/t5/data-engineering/poor-auto-loader-performance-with-csv-files-on-s3/m-p/24086#M16709</link>
      <description>&lt;P&gt;Are you sure the issue lies within the delta lake merge?&lt;/P&gt;&lt;P&gt;It could also be the autoloader itself.&lt;/P&gt;&lt;P&gt;Can you check these links?&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.databricks.com/ingestion/auto-loader/file-detection-modes.html" target="test_blank"&gt;https://docs.databricks.com/ingestion/auto-loader/file-detection-modes.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.databricks.com/ingestion/auto-loader/production.html" target="test_blank"&gt;https://docs.databricks.com/ingestion/auto-loader/production.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2022 09:44:30 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/poor-auto-loader-performance-with-csv-files-on-s3/m-p/24086#M16709</guid>
      <dc:creator>-werners-</dc:creator>
      <dc:date>2022-11-03T09:44:30Z</dc:date>
    </item>
    <item>
      <title>Re: Poor Auto Loader performance with CSV files on S3</title>
      <link>https://community.databricks.com/t5/data-engineering/poor-auto-loader-performance-with-csv-files-on-s3/m-p/24088#M16711</link>
      <description>&lt;P&gt;Hi @Dotan Schachter​&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope all is well! Just wanted to check in if you were able to resolve your issue and would you be happy to share the solution or mark an answer as best? Else please let us know if you need more help.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We'd love to hear from you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2023 06:10:40 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/poor-auto-loader-performance-with-csv-files-on-s3/m-p/24088#M16711</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-01-17T06:10:40Z</dc:date>
    </item>
    <item>
      <title>Re: Poor Auto Loader performance with CSV files on S3</title>
      <link>https://community.databricks.com/t5/data-engineering/poor-auto-loader-performance-with-csv-files-on-s3/m-p/24085#M16708</link>
      <description>&lt;P&gt;Could you please go through &lt;A href="https://docs.databricks.com/optimizations/index.html" alt="https://docs.databricks.com/optimizations/index.html" target="_blank"&gt;https://docs.databricks.com/optimizations/index.html&lt;/A&gt; and let us know if this helps.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2022 06:26:33 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/poor-auto-loader-performance-with-csv-files-on-s3/m-p/24085#M16708</guid>
      <dc:creator>Debayan</dc:creator>
      <dc:date>2022-11-03T06:26:33Z</dc:date>
    </item>
  </channel>
</rss>

