<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Azure Synapse on DataFrame</title>
    <link>https://dataframe.hr/categories/azure-synapse/</link>
    <description>Recent content in Azure Synapse on DataFrame</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Mon, 08 Jan 2024 00:00:00 +0200</lastBuildDate>
    <atom:link href="https://dataframe.hr/categories/azure-synapse/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Using Delta Tables and schema evolution in Azure Synapse</title>
      <link>https://dataframe.hr/azure-synapse/using-delta-tables-and-schema-evolution-in-azure-synapse/</link>
      <pubDate>Mon, 08 Jan 2024 00:00:00 +0200</pubDate>
      <guid>https://dataframe.hr/azure-synapse/using-delta-tables-and-schema-evolution-in-azure-synapse/</guid>
      <description>Coming from a SQL background, Delta Tables might be a perfect introduction to Data Lakehouse architecture.&#xA;Delta Table at its most basic level is a collection of versioned parquet files and related metadata, commonly stored in Azure Data Lake Storage (cloud-based hard drive).&#xA;The main features offered by Delta Tables include ACID support, schema enforcement and evolution, time travel (data versioning with rollbacks, audit trail), and data mutability through upsert and delete operations (supporting CDC and SCD operations).</description>
    </item>
    <item>
      <title>Index maintenance in Azure SQL Database</title>
      <link>https://dataframe.hr/azure-synapse/index-maintenance-in-azure-sql-database/</link>
      <pubDate>Sat, 10 Jun 2023 00:00:00 +0200</pubDate>
      <guid>https://dataframe.hr/azure-synapse/index-maintenance-in-azure-sql-database/</guid>
      <description>One task that is often overlooked by DBAs is automated index maintenance in Azure SQL Database. On-premises administrators may be used to the simplicity of maintenance plans, but these are not available for Azure SQL DB (for now).&#xA;Luckily, Ola Hallengren has provided SQL Server Maintenance Solution under an MIT license which includes many valuable scripts related to database administration.&#xA;Required objects We only need a couple of objects for index maintenance so instead of downloading the whole solution, you can focus on the following:</description>
    </item>
  </channel>
</rss>
