<?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 CDF table partition - Real time Data in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/cdf-table-partition-real-time-data/m-p/100703#M40381</link>
    <description>&lt;P&gt;Hi team,&lt;/P&gt;&lt;P&gt;We are currently working in loading CDF table using data events from Kafka. The table is going to hold data across geographies. When we tried partitioning it is slowing down the ingestion time. But without partition the downstream application will face slowness. So, what can be done here? Please help&lt;/P&gt;</description>
    <pubDate>Tue, 03 Dec 2024 06:57:04 GMT</pubDate>
    <dc:creator>JothyGanesan</dc:creator>
    <dc:date>2024-12-03T06:57:04Z</dc:date>
    <item>
      <title>CDF table partition - Real time Data</title>
      <link>https://community.databricks.com/t5/data-engineering/cdf-table-partition-real-time-data/m-p/100703#M40381</link>
      <description>&lt;P&gt;Hi team,&lt;/P&gt;&lt;P&gt;We are currently working in loading CDF table using data events from Kafka. The table is going to hold data across geographies. When we tried partitioning it is slowing down the ingestion time. But without partition the downstream application will face slowness. So, what can be done here? Please help&lt;/P&gt;</description>
      <pubDate>Tue, 03 Dec 2024 06:57:04 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/cdf-table-partition-real-time-data/m-p/100703#M40381</guid>
      <dc:creator>JothyGanesan</dc:creator>
      <dc:date>2024-12-03T06:57:04Z</dc:date>
    </item>
    <item>
      <title>Re: CDF table partition - Real time Data</title>
      <link>https://community.databricks.com/t5/data-engineering/cdf-table-partition-real-time-data/m-p/100709#M40386</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Instead of using many small partitions (e.g., country or region), opt for larger partitions, such as continent or time-based partitions (e.g., weekly or monthly). This will reduce the number of partitions and improve performance.&lt;/P&gt;&lt;P&gt;2. Write data to a staging table without partitions and periodically merge it into the main partitioned table as needed.&lt;/P&gt;&lt;P&gt;3. Consider using dynamic partition pruning to ensure that only relevant partitions are read during queries.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Dec 2024 07:44:59 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/cdf-table-partition-real-time-data/m-p/100709#M40386</guid>
      <dc:creator>ozaaditya</dc:creator>
      <dc:date>2024-12-03T07:44:59Z</dc:date>
    </item>
  </channel>
</rss>

