<?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 Linearizability on Delta Lake table in Warehousing &amp; Analytics</title>
    <link>https://community.databricks.com/t5/warehousing-analytics/linearizability-on-delta-lake-table/m-p/111897#M1930</link>
    <description>&lt;P&gt;&lt;SPAN class=""&gt;Hi all, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class=""&gt;Does Delta Lake table guarantee linearizability for the following operations on a single record:&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;- SELECT&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;- UPDATE and DELETE with condition (WHERE clauses) &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class=""&gt;If linearizability is not guaranteed, what consistency model does Delta Lake provide for these operations?&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;Thank you!&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 06 Mar 2025 09:18:49 GMT</pubDate>
    <dc:creator>Torch3333</dc:creator>
    <dc:date>2025-03-06T09:18:49Z</dc:date>
    <item>
      <title>Linearizability on Delta Lake table</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/linearizability-on-delta-lake-table/m-p/111897#M1930</link>
      <description>&lt;P&gt;&lt;SPAN class=""&gt;Hi all, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class=""&gt;Does Delta Lake table guarantee linearizability for the following operations on a single record:&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;- SELECT&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;- UPDATE and DELETE with condition (WHERE clauses) &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class=""&gt;If linearizability is not guaranteed, what consistency model does Delta Lake provide for these operations?&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;Thank you!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Mar 2025 09:18:49 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/linearizability-on-delta-lake-table/m-p/111897#M1930</guid>
      <dc:creator>Torch3333</dc:creator>
      <dc:date>2025-03-06T09:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: Linearizability on Delta Lake table</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/linearizability-on-delta-lake-table/m-p/112278#M1935</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/152232"&gt;@Torch3333&lt;/a&gt;!&lt;/P&gt;
&lt;P&gt;Delta Lake does not guarantee linearizability for single record operations. In Delta Lake, isolation levels ensure consistency guarantees in transactions. By default, &lt;STRONG&gt;SELECT&lt;/STRONG&gt; operations follow &lt;STRONG&gt;snapshot isolation&lt;/STRONG&gt;, ensuring that reads see a consistent table snapshot at the start of the transaction. &lt;STRONG&gt;UPDATE and DELETE&lt;/STRONG&gt; operations use&lt;STRONG&gt; Write-Serializable isolation&amp;nbsp;&lt;/STRONG&gt;by default. For stricter consistency, setting delta.isolationLevel = 'Serializable' enforces transaction ordering.&lt;/P&gt;
&lt;P&gt;For more details, refer to &lt;A href="https://docs.databricks.com/aws/en/optimizations/isolation-level" target="_blank"&gt;this documentation.&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Mar 2025 13:48:14 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/linearizability-on-delta-lake-table/m-p/112278#M1935</guid>
      <dc:creator>Advika</dc:creator>
      <dc:date>2025-03-11T13:48:14Z</dc:date>
    </item>
  </channel>
</rss>

