<?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 the difference between a trigger once stream and a normal one time write? in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/what-is-the-difference-between-a-trigger-once-stream-and-a/m-p/23519#M16244</link>
    <description>&lt;P&gt;It seems to me like both of these would accomplish the same thing in the end. Do they use different mechanisms to accomplish it though? Are there any hidden costs to streaming to consider? &lt;/P&gt;</description>
    <pubDate>Thu, 17 Jun 2021 03:34:52 GMT</pubDate>
    <dc:creator>User16826992666</dc:creator>
    <dc:date>2021-06-17T03:34:52Z</dc:date>
    <item>
      <title>What is the difference between a trigger once stream and a normal one time write?</title>
      <link>https://community.databricks.com/t5/data-engineering/what-is-the-difference-between-a-trigger-once-stream-and-a/m-p/23519#M16244</link>
      <description>&lt;P&gt;It seems to me like both of these would accomplish the same thing in the end. Do they use different mechanisms to accomplish it though? Are there any hidden costs to streaming to consider? &lt;/P&gt;</description>
      <pubDate>Thu, 17 Jun 2021 03:34:52 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/what-is-the-difference-between-a-trigger-once-stream-and-a/m-p/23519#M16244</guid>
      <dc:creator>User16826992666</dc:creator>
      <dc:date>2021-06-17T03:34:52Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between a trigger once stream and a normal one time write?</title>
      <link>https://community.databricks.com/t5/data-engineering/what-is-the-difference-between-a-trigger-once-stream-and-a/m-p/23520#M16245</link>
      <description>&lt;P&gt;The biggest reason to use the streaming API over the non-stream API would be to enable the checkpoint log to maintain a processing log. It is most common for people to use the trigger once when they want to only process the changes between executions (CDC processing). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As of recently delta does over CDC between versions of delta tables so this may limit the trigger once use cases but there could be other common use cases that could be out there. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are no additional costs for streaming as everything is charged at the DBU level. If the batch process takes 30 seconds and a trigger once stream executes in 30 seconds then both will be charged the same. &lt;/P&gt;</description>
      <pubDate>Fri, 18 Jun 2021 00:03:45 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/what-is-the-difference-between-a-trigger-once-stream-and-a/m-p/23520#M16245</guid>
      <dc:creator>Ryan_Chynoweth</dc:creator>
      <dc:date>2021-06-18T00:03:45Z</dc:date>
    </item>
  </channel>
</rss>

