<?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: /b&amp;gt; Exploring the Data Warehouse experience in Fabric 🏭&amp;lt;/p&amp;gt; in Data Warehouse</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/b-gt-Exploring-the-Data-Warehouse-experience-in-Fabric-lt-p-gt/m-p/4910975#M4052</link>
    <description>&lt;P&gt;In Fabric, the Warehouse’s T-SQL engine (built on the same SQL runtime as Synapse) gives you strong performance for BI-ready serving, while the Lakehouse SQL endpoint is ideal for flexible, ELT-friendly exploration. For cross-database/querying with Lakehouse, use &lt;STRONG&gt;OneLake shortcuts&lt;/STRONG&gt; + &lt;STRONG&gt;external tables&lt;/STRONG&gt; to keep data unified and push joins/filters down efficiently.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Practical tips:&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Use &lt;STRONG&gt;Warehouse&lt;/STRONG&gt; for semantic, curated reporting layers; &lt;STRONG&gt;Lakehouse SQL&lt;/STRONG&gt; for broad data access and staging.&lt;/LI&gt;
&lt;LI&gt;Enable &lt;STRONG&gt;result set caching&lt;/STRONG&gt; and &lt;STRONG&gt;materialize key views&lt;/STRONG&gt; (e.g., CTAS into Warehouse) for hot paths.&lt;/LI&gt;
&lt;LI&gt;Test with &lt;STRONG&gt;TPC‑DS style workloads&lt;/STRONG&gt;: compare join performance, concurrency, and cost of complex aggregations on both endpoints.&lt;/LI&gt;
&lt;LI&gt;For migrations: land in &lt;STRONG&gt;Delta in OneLake&lt;/STRONG&gt;, map to &lt;STRONG&gt;Warehouse tables&lt;/STRONG&gt; (or external tables), then incrementally replace legacy star schemas.&lt;/LI&gt;
&lt;LI&gt;Monitor with &lt;STRONG&gt;Query Insights&lt;/STRONG&gt; and &lt;STRONG&gt;workload management&lt;/STRONG&gt; to tune concurrency and memory.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 31 Dec 2025 16:02:00 GMT</pubDate>
    <dc:creator>Thomaslleblanc</dc:creator>
    <dc:date>2025-12-31T16:02:00Z</dc:date>
    <item>
      <title>/b&gt; Exploring the Data Warehouse experience in Fabric 🏭&lt;/p&gt;</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/b-gt-Exploring-the-Data-Warehouse-experience-in-Fabric-lt-p-gt/m-p/4909465#M4045</link>
      <description>&lt;P&gt;&amp;lt;p&amp;gt;Hi FabCon Family! &lt;span class="lia-unicode-emoji" title=":waving_hand:"&gt;👋&lt;/span&gt;&amp;lt;/p&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;p&amp;gt;I am currently diving into the &amp;lt;b&amp;gt;Data Warehouse&amp;lt;/b&amp;gt; capabilities within Microsoft Fabric. I am really interested in the performance of the T-SQL engine and how it handles cross-database queries seamlessly with the Lakehouse.&amp;lt;/p&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;p&amp;gt;I am also exploring how to best leverage the &amp;lt;b&amp;gt;Synapse Data Warehouse&amp;lt;/b&amp;gt; for serving high-performance reporting layers while keeping data management unified.&amp;lt;/p&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;p&amp;gt;If anyone is working on migrating legacy warehouses or testing out the performance of the Warehouse endpoint vs. the Lakehouse SQL endpoint, I would love to connect and compare notes.&amp;lt;/p&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;p&amp;gt;Happy coding! &lt;span class="lia-unicode-emoji" title=":laptop_computer:"&gt;💻&lt;/span&gt;&amp;lt;/p&amp;gt;&lt;/P&gt;</description>
      <pubDate>Sun, 28 Dec 2025 19:47:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/b-gt-Exploring-the-Data-Warehouse-experience-in-Fabric-lt-p-gt/m-p/4909465#M4045</guid>
      <dc:creator>Krishna_11</dc:creator>
      <dc:date>2025-12-28T19:47:45Z</dc:date>
    </item>
    <item>
      <title>Re: /b&gt; Exploring the Data Warehouse experience in Fabric 🏭&lt;/p&gt;</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/b-gt-Exploring-the-Data-Warehouse-experience-in-Fabric-lt-p-gt/m-p/4909611#M4047</link>
      <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1492115" data-lia-user-login="Krishna_11" class="lia-mention lia-mention-user"&gt;Krishna_11&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Welcome to the Fabric community. You have picked one of the most exciting areas to explore.&lt;/P&gt;&lt;P&gt;Since you are looking to compare notes, here are a few key architectural distinctions I have found while testing the Synapse Data Warehouse (DW) versus the Lakehouse SQL Endpoint:&lt;/P&gt;&lt;P&gt;1. The "Read/Write" Divide (Crucial for Migration)&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Warehouse: This is your traditional T-SQL engine. It supports full DML (INSERT, UPDATE, DELETE) and DDL. If your legacy migration relies heavily on Stored Procedures for data transformation, the Warehouse is your natural landing zone.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Lakehouse SQL Endpoint: This is strictly Read-Only for user tables. You cannot run an UPDATE statement here. It is designed to serve data that was already engineered (usually via Spark/Notebooks or Dataflows).&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;2. Performance and The Engine&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Warehouse: It uses a specialized, fully managed SQL engine designed for high concurrency and strict ACID compliance. It handles complex joins across large datasets very well because it manages its own transaction logs and distribution.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Lakehouse: The SQL Endpoint is fantastic for "Direct Lake" scenarios where you want to read Delta Parquet files instantly without importing them. However, for heavy-duty reporting with complex logic, the Warehouse often provides a more predictable query plan optimization.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;3. Cross-Database Queries You hit the nail on the head, this is the "superpower."&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;In Fabric, you can write a query in your Warehouse that joins a table from a Lakehouse and a view from another Warehouse using simple 3-part naming (database.schema.table).&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Tip: Since data doesn't move (Zero-Copy), performance is generally constrained only by the size of the data and the complexity of the join, not by network latency between servers.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Question for you: What is your legacy source? Are you migrating from an on-premise SQL Server or a cloud appliance like Synapse Dedicated Pool? That usually dictates which path (DW vs. Lakehouse) is smoother.&lt;/P&gt;&lt;P&gt;Happy coding!&lt;/P&gt;&lt;HR /&gt;&lt;P&gt;If my response provided a good starting point, kindly mark it as the Accepted Solution to assist others. Additionally, I would be grateful for a 'Kudos' if you found my response helpful.&lt;BR /&gt;&lt;FONT size="1 2 3 4 5 6 7" color="#999999"&gt;This response was assisted by AI for translation and formatting purposes.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Dec 2025 06:47:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/b-gt-Exploring-the-Data-Warehouse-experience-in-Fabric-lt-p-gt/m-p/4909611#M4047</guid>
      <dc:creator>burakkaragoz</dc:creator>
      <dc:date>2025-12-29T06:47:24Z</dc:date>
    </item>
    <item>
      <title>Re: /b&gt; Exploring the Data Warehouse experience in Fabric 🏭&lt;/p&gt;</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/b-gt-Exploring-the-Data-Warehouse-experience-in-Fabric-lt-p-gt/m-p/4909893#M4048</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1492115" data-lia-user-login="Krishna_11" class="lia-mention lia-mention-user"&gt;Krishna_11&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;In Microsoft Fabric Warehouses, cross‑database/ cross‑warehouse querying is a built‑in T‑SQL capability that lets you join and select from other Warehouses (and SQL analytics endpoints of Lakehouses) within the same workspace—all over the shared OneLake storage.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;1) Use three‑part naming and add the target database to your Explorer&lt;BR /&gt;From the SQL query editor of a Warehouse, you first add other Warehouses (or Lakehouse SQL endpoints) via + Warehouses in the Explorer. Once added, you can reference objects using database.schema.table (three‑part names) in ordinary T‑SQL.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;2) Scope: current workspace&lt;BR /&gt;Cross‑database querying is supported within the active Fabric workspace. You reference the added items in Explorer and write joins across them in a single query tab.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;3) Cross‑workspace? Use a shortcut workaround&lt;BR /&gt;Direct cross‑workspace Warehouse‑to‑Warehouse queries aren’t supported today. A common workaround is to create a Lakehouse shortcut in your local workspace that points to the remote tables, then query the Lakehouse SQL endpoint from your Warehouse.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;H2&gt;What you can (and can’t) do&lt;/H2&gt;&lt;UL&gt;&lt;LI&gt;Read across databases/warehouses: You can SELECT and JOIN across Warehouses and Lakehouse SQL endpoints via three‑part names.&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Write semantics: Write operations are fully supported inside a Warehouse; however, when you reference external items (e.g., another Warehouse or a Lakehouse SQL endpoint), operations are generally read‑only. Community guidance highlights using SELECT … INTO to materialize data locally if you need repeated access or DML on the combined result.&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Tooling: You can run cross‑database queries in the Fabric SQL query editor (and Visual query editor). SSMS / VS Code (mssql) can also connect via T‑SQL connection strings to the Warehouse surface.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;H2&gt;Performance and governance tips&lt;/H2&gt;&lt;UL&gt;&lt;LI&gt;Filter early: Use WHERE, TOP, and selective columns to reduce data movement when joining external objects.&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Stage for repeatability: For recurrent workloads, stage external data (SELECT … INTO), then index/cluster locally to improve latency and concurrency.&lt;/LI&gt;&lt;LI&gt;Direct Lake for BI: For downstream Power BI, consider Direct Lake semantic models that can pull from warehouses and lakehouses without duplicating data, while still delivering in‑memory speed (VertiPaq) for visuals.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Hope this helps, kindly appreciate giving a &lt;STRONG&gt;Kudos&lt;/STRONG&gt; or accepting as a &lt;STRONG&gt;Solution&lt;/STRONG&gt;.&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 29 Dec 2025 14:15:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/b-gt-Exploring-the-Data-Warehouse-experience-in-Fabric-lt-p-gt/m-p/4909893#M4048</guid>
      <dc:creator>deborshi_nag</dc:creator>
      <dc:date>2025-12-29T14:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: /b&gt; Exploring the Data Warehouse experience in Fabric 🏭&lt;/p&gt;</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/b-gt-Exploring-the-Data-Warehouse-experience-in-Fabric-lt-p-gt/m-p/4910975#M4052</link>
      <description>&lt;P&gt;In Fabric, the Warehouse’s T-SQL engine (built on the same SQL runtime as Synapse) gives you strong performance for BI-ready serving, while the Lakehouse SQL endpoint is ideal for flexible, ELT-friendly exploration. For cross-database/querying with Lakehouse, use &lt;STRONG&gt;OneLake shortcuts&lt;/STRONG&gt; + &lt;STRONG&gt;external tables&lt;/STRONG&gt; to keep data unified and push joins/filters down efficiently.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Practical tips:&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Use &lt;STRONG&gt;Warehouse&lt;/STRONG&gt; for semantic, curated reporting layers; &lt;STRONG&gt;Lakehouse SQL&lt;/STRONG&gt; for broad data access and staging.&lt;/LI&gt;
&lt;LI&gt;Enable &lt;STRONG&gt;result set caching&lt;/STRONG&gt; and &lt;STRONG&gt;materialize key views&lt;/STRONG&gt; (e.g., CTAS into Warehouse) for hot paths.&lt;/LI&gt;
&lt;LI&gt;Test with &lt;STRONG&gt;TPC‑DS style workloads&lt;/STRONG&gt;: compare join performance, concurrency, and cost of complex aggregations on both endpoints.&lt;/LI&gt;
&lt;LI&gt;For migrations: land in &lt;STRONG&gt;Delta in OneLake&lt;/STRONG&gt;, map to &lt;STRONG&gt;Warehouse tables&lt;/STRONG&gt; (or external tables), then incrementally replace legacy star schemas.&lt;/LI&gt;
&lt;LI&gt;Monitor with &lt;STRONG&gt;Query Insights&lt;/STRONG&gt; and &lt;STRONG&gt;workload management&lt;/STRONG&gt; to tune concurrency and memory.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Dec 2025 16:02:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/b-gt-Exploring-the-Data-Warehouse-experience-in-Fabric-lt-p-gt/m-p/4910975#M4052</guid>
      <dc:creator>Thomaslleblanc</dc:creator>
      <dc:date>2025-12-31T16:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: /b&gt; Exploring the Data Warehouse experience in Fabric 🏭&lt;/p&gt;</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/b-gt-Exploring-the-Data-Warehouse-experience-in-Fabric-lt-p-gt/m-p/4911328#M4054</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1492115" data-lia-user-login="Krishna_11" class="lia-mention lia-mention-user"&gt;Krishna_11&lt;/a&gt;,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thank you for reaching out to the Microsoft Fabric Community Forum. Also, thanks to&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="498348" data-lia-user-login="Thomaslleblanc" class="lia-mention lia-mention-user"&gt;Thomaslleblanc&lt;/a&gt;,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1445078" data-lia-user-login="deborshi_nag" class="lia-mention lia-mention-user"&gt;deborshi_nag&lt;/a&gt;,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="529075" data-lia-user-login="burakkaragoz" class="lia-mention lia-mention-user"&gt;burakkaragoz&lt;/a&gt;,&amp;nbsp; for those inputs on this thread.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Has your issue been resolved? If the response provided by the community member&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="498348" data-lia-user-login="Thomaslleblanc" class="lia-mention lia-mention-user"&gt;Thomaslleblanc&lt;/a&gt;,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1445078" data-lia-user-login="deborshi_nag" class="lia-mention lia-mention-user"&gt;deborshi_nag&lt;/a&gt;,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="529075" data-lia-user-login="burakkaragoz" class="lia-mention lia-mention-user"&gt;burakkaragoz&lt;/a&gt;,&amp;nbsp; addressed your query, could you please confirm? It helps us ensure that the solutions provided are effective and beneficial for everyone.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Hope this helps clarify things and let me know what you find after giving these steps a try happy to help you investigate this further.&lt;BR /&gt;&lt;BR /&gt;Thank you for using the Microsoft Community Forum.&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jan 2026 04:42:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/b-gt-Exploring-the-Data-Warehouse-experience-in-Fabric-lt-p-gt/m-p/4911328#M4054</guid>
      <dc:creator>v-kpoloju-msft</dc:creator>
      <dc:date>2026-01-02T04:42:12Z</dc:date>
    </item>
    <item>
      <title>Re: /b&gt; Exploring the Data Warehouse experience in Fabric 🏭&lt;/p&gt;</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/b-gt-Exploring-the-Data-Warehouse-experience-in-Fabric-lt-p-gt/m-p/4912295#M4055</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1492115" data-lia-user-login="Krishna_11" class="lia-mention lia-mention-user"&gt;Krishna_11&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Just wanted to follow up. If the shared guidance worked for you, that’s wonderful hopefully it also helps others looking for similar answers. If there’s anything else you'd like to explore or clarify, don’t hesitate to reach out.&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jan 2026 06:44:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/b-gt-Exploring-the-Data-Warehouse-experience-in-Fabric-lt-p-gt/m-p/4912295#M4055</guid>
      <dc:creator>v-kpoloju-msft</dc:creator>
      <dc:date>2026-01-05T06:44:30Z</dc:date>
    </item>
  </channel>
</rss>

