<?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 Reading bulk CSV files from Spark in Warehousing &amp; Analytics</title>
    <link>https://community.databricks.com/t5/warehousing-analytics/reading-bulk-csv-files-from-spark/m-p/24045#M595</link>
    <description>&lt;P&gt;While trying to read 100GB of csv.gz file from Spark which is taking forever to read, what are best options to read this file faster?&lt;/P&gt;</description>
    <pubDate>Thu, 20 Mar 2025 17:19:55 GMT</pubDate>
    <dc:creator>Srikanth_Gupta_</dc:creator>
    <dc:date>2025-03-20T17:19:55Z</dc:date>
    <item>
      <title>Reading bulk CSV files from Spark</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/reading-bulk-csv-files-from-spark/m-p/24045#M595</link>
      <description>&lt;P&gt;While trying to read 100GB of csv.gz file from Spark which is taking forever to read, what are best options to read this file faster?&lt;/P&gt;</description>
      <pubDate>Thu, 20 Mar 2025 17:19:55 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/reading-bulk-csv-files-from-spark/m-p/24045#M595</guid>
      <dc:creator>Srikanth_Gupta_</dc:creator>
      <dc:date>2025-03-20T17:19:55Z</dc:date>
    </item>
    <item>
      <title>Re: Reading bulk CSV files from Spark</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/reading-bulk-csv-files-from-spark/m-p/24046#M596</link>
      <description>&lt;P&gt;Part of the problem here is that .gz files are not splittable. If you have 1 huge 100GB .gz file, it can only be processed by one task. Can you change your input to use a splittable compression like .bz2? it'll work much better.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jun 2021 23:06:32 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/reading-bulk-csv-files-from-spark/m-p/24046#M596</guid>
      <dc:creator>sean_owen</dc:creator>
      <dc:date>2021-06-17T23:06:32Z</dc:date>
    </item>
  </channel>
</rss>

