<?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: How to work with 300 billions rows and 5 columns? in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/how-to-work-with-300-billions-rows-and-5-columns/m-p/130426#M48793</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/182063"&gt;@guilhermecs001&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Wow, that's massive amount of rows. Can you somehow preprocess first this huge CSV file? For example, read CSV, partition by some columns that makes sense (maybe country from which customer is coming from) and save that data as delta format?&lt;BR /&gt;And then you will have a lot more option to optimize because delta gives you things like partition pruning, column pruning etc.&amp;nbsp;&lt;BR /&gt;So once you will have preprocessed data as Delta, you can try apply your join logic and save it as .CSV to S3 bucket.&lt;/P&gt;</description>
    <pubDate>Mon, 01 Sep 2025 20:32:53 GMT</pubDate>
    <dc:creator>szymon_dybczak</dc:creator>
    <dc:date>2025-09-01T20:32:53Z</dc:date>
    <item>
      <title>How to work with 300 billions rows and 5 columns?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-work-with-300-billions-rows-and-5-columns/m-p/130421#M48788</link>
      <description>&lt;P&gt;Hi guys!&lt;BR /&gt;&lt;BR /&gt;I'm having a problem at work where I need to process a customer data dataset with 300 billion rows and 5 columns. The transformations I need to perform are "simple," like joins to assign characteristics to customers. And at the end of the process, I need to save a .csv file to S3. Currently, my notebook takes 35 to 50 hours to run. The data volume is really huge, we have over 100 million customers.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Sep 2025 19:49:36 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-work-with-300-billions-rows-and-5-columns/m-p/130421#M48788</guid>
      <dc:creator>guilhermecs001</dc:creator>
      <dc:date>2025-09-01T19:49:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to work with 300 billions rows and 5 columns?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-work-with-300-billions-rows-and-5-columns/m-p/130426#M48793</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/182063"&gt;@guilhermecs001&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Wow, that's massive amount of rows. Can you somehow preprocess first this huge CSV file? For example, read CSV, partition by some columns that makes sense (maybe country from which customer is coming from) and save that data as delta format?&lt;BR /&gt;And then you will have a lot more option to optimize because delta gives you things like partition pruning, column pruning etc.&amp;nbsp;&lt;BR /&gt;So once you will have preprocessed data as Delta, you can try apply your join logic and save it as .CSV to S3 bucket.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Sep 2025 20:32:53 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-work-with-300-billions-rows-and-5-columns/m-p/130426#M48793</guid>
      <dc:creator>szymon_dybczak</dc:creator>
      <dc:date>2025-09-01T20:32:53Z</dc:date>
    </item>
  </channel>
</rss>

