<?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: Lakehouse and warehouse and onelake differences in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Lakehouse-and-warehouse-and-onelake-differences/m-p/4293342#M5281</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/838290"&gt;@SuryaTejaK&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Both Lakehouse and warehouse is build on top of Onelake. We can compare Onelake features with DataLake, Datawarehouse.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srisakthi&lt;/P&gt;</description>
    <pubDate>Wed, 20 Nov 2024 12:47:12 GMT</pubDate>
    <dc:creator>Srisakthi</dc:creator>
    <dc:date>2024-11-20T12:47:12Z</dc:date>
    <item>
      <title>Lakehouse and warehouse and onelake differences</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Lakehouse-and-warehouse-and-onelake-differences/m-p/4292948#M5271</link>
      <description>&lt;P&gt;Below are some of the differences&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;STRONG&gt;Feature/Aspect&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;&lt;STRONG&gt;Lakehouse&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;&lt;STRONG&gt;Warehouse&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;&lt;STRONG&gt;OneLake&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;STRONG&gt;Definition&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;A unified storage layer combining the flexibility of a data lake with the capabilities of a relational database.&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;A relational database optimized for large-scale analytics and structured data workloads.&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;A unified storage system in Fabric for managing and accessing data across all analytics workloads.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;STRONG&gt;Primary Use Case&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Managing unstructured, semi-structured (e.g., JSON, Parquet), and structured data in one place.&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Running SQL-based analytical queries on highly structured data for reporting and dashboards.&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Centralized storage for all Fabric workloads, offering a single data lake for seamless access.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;STRONG&gt;Data Format&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Supports files in formats like CSV, JSON, Parquet, Delta.&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Stores data in structured, relational database format.&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Stores data in a Delta Lake format, accessible by all Fabric engines.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;STRONG&gt;Data Storage&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Utilizes OneLake as its backend for file storage.&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Built on top of OneLake but uses a SQL-based relational engine for structured storage.&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;The foundational storage layer for all Fabric workloads (Lakehouse, Warehouse, etc.).&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;STRONG&gt;Access Mechanism&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Accessible through Data Science, Data Engineering, and Analytics workloads (e.g., Notebooks, Dataflows).&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Primarily accessed through SQL tools like SSMS, T-SQL, and reporting tools like Power BI.&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Accessed automatically by all workloads in Fabric, ensuring data consistency across tools.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;STRONG&gt;Integration&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Seamlessly integrates with Notebooks, Spark, and dataflows for data preparation and modeling.&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Directly integrates with SQL tools and supports high-performance queries for analytics.&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Serves as the underlying shared storage system for Lakehouse, Warehouse, and other services.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;STRONG&gt;Performance&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Optimized for data science and machine learning workloads requiring data transformation.&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Optimized for structured queries, aggregations, and high-performance analytics.&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Optimized for scalability and interoperability across Fabric workloads.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;STRONG&gt;Security &amp;amp; Governance&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Supports Fabric’s built-in security, compliance, and governance features.&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Built-in row-level security, access control, and SQL-based security for structured data.&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Centralized governance and compliance features for all data in Fabric.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;STRONG&gt;Data Processing Tools&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Works with Spark, Delta Lake, and Notebooks for processing large-scale datasets.&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Uses T-SQL and supports query optimization for structured workloads.&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Works with all Fabric services for data access, including Spark, SQL, and pipelines.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;STRONG&gt;Ideal Scenarios&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;- Data preparation&lt;BR /&gt;- Machine learning&lt;BR /&gt;- Exploratory analytics&lt;BR /&gt;- Combining structured and unstructured data&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;- Data warehousing&lt;BR /&gt;- Business intelligence&lt;BR /&gt;- High-performance reporting&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;- Unified storage&lt;BR /&gt;- Cross-service data sharing&lt;BR /&gt;- Enterprise-scale data management&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Wed, 20 Nov 2024 09:15:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Lakehouse-and-warehouse-and-onelake-differences/m-p/4292948#M5271</guid>
      <dc:creator>SuryaTejaK</dc:creator>
      <dc:date>2024-11-20T09:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: Lakehouse and warehouse and onelake differences</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Lakehouse-and-warehouse-and-onelake-differences/m-p/4293342#M5281</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/838290"&gt;@SuryaTejaK&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Both Lakehouse and warehouse is build on top of Onelake. We can compare Onelake features with DataLake, Datawarehouse.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srisakthi&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2024 12:47:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Lakehouse-and-warehouse-and-onelake-differences/m-p/4293342#M5281</guid>
      <dc:creator>Srisakthi</dc:creator>
      <dc:date>2024-11-20T12:47:12Z</dc:date>
    </item>
    <item>
      <title>Re: Lakehouse and warehouse and onelake differences</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Lakehouse-and-warehouse-and-onelake-differences/m-p/4294302#M5291</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/838290"&gt;@SuryaTejaK&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for the reply from&amp;nbsp;Srisakthi&amp;nbsp;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for sharing about the difference between Lakehouse and Warehouse and Onelake, it will be helpful for many people.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Yang&lt;BR /&gt;Community Support Team&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Nov 2024 02:26:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Lakehouse-and-warehouse-and-onelake-differences/m-p/4294302#M5291</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-21T02:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: Lakehouse and warehouse and onelake differences</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Lakehouse-and-warehouse-and-onelake-differences/m-p/4294430#M5294</link>
      <description>&lt;P&gt;thank you&amp;nbsp;@Anonymous&lt;/a&gt;&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&lt;BR /&gt;any suggestion most welcome&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Suryateja K&lt;/P&gt;</description>
      <pubDate>Thu, 21 Nov 2024 03:39:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Lakehouse-and-warehouse-and-onelake-differences/m-p/4294430#M5294</guid>
      <dc:creator>SuryaTejaK</dc:creator>
      <dc:date>2024-11-21T03:39:47Z</dc:date>
    </item>
    <item>
      <title>Re: Lakehouse and warehouse and onelake differences</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Lakehouse-and-warehouse-and-onelake-differences/m-p/4294434#M5295</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/782160"&gt;@Srisakthi&lt;/a&gt;&amp;nbsp;i think i have already post another one regrding onelake and datalake differences&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Suryateja K&lt;/P&gt;</description>
      <pubDate>Thu, 21 Nov 2024 03:42:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Lakehouse-and-warehouse-and-onelake-differences/m-p/4294434#M5295</guid>
      <dc:creator>SuryaTejaK</dc:creator>
      <dc:date>2024-11-21T03:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: Lakehouse and warehouse and onelake differences</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Lakehouse-and-warehouse-and-onelake-differences/m-p/4346201#M5818</link>
      <description>&lt;P&gt;Thanks for sharing this&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/838290"&gt;@SuryaTejaK&lt;/a&gt;&amp;nbsp;, This is useful.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Pallavi&lt;/P&gt;</description>
      <pubDate>Mon, 30 Dec 2024 11:51:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Lakehouse-and-warehouse-and-onelake-differences/m-p/4346201#M5818</guid>
      <dc:creator>pallavi_r</dc:creator>
      <dc:date>2024-12-30T11:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: Lakehouse and warehouse and onelake differences</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Lakehouse-and-warehouse-and-onelake-differences/m-p/4346870#M5828</link>
      <description>&lt;P&gt;you are welcome&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/693422"&gt;@pallavi_r&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Dec 2024 05:22:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Lakehouse-and-warehouse-and-onelake-differences/m-p/4346870#M5828</guid>
      <dc:creator>SuryaTejaK</dc:creator>
      <dc:date>2024-12-31T05:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: Lakehouse and warehouse and onelake differences</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Lakehouse-and-warehouse-and-onelake-differences/m-p/4348351#M5856</link>
      <description>&lt;P&gt;It’s fascinating how these concepts compare! The differences between a Lakehouse, Warehouse, and OneLake highlight how diverse data solutions can be tailored for specific use cases. It's like crafting a subway sandwich dressing—you choose the right mix depending on the flavor or functionality you need. A Lakehouse is perfect for combining structured and unstructured data, a Warehouse excels in handling high-performance structured queries, while OneLake serves as a unified base for seamless integration across tools. Each plays its role in creating a complete data management ecosystem.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jan 2025 10:31:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Lakehouse-and-warehouse-and-onelake-differences/m-p/4348351#M5856</guid>
      <dc:creator>oliverjack941</dc:creator>
      <dc:date>2025-01-02T10:31:39Z</dc:date>
    </item>
    <item>
      <title>Re: Lakehouse and warehouse and onelake differences</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Lakehouse-and-warehouse-and-onelake-differences/m-p/4731300#M10139</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/838290"&gt;@SuryaTejaK&lt;/a&gt;&amp;nbsp;, this is helpful&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jun 2025 09:23:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Lakehouse-and-warehouse-and-onelake-differences/m-p/4731300#M10139</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-06-13T09:23:10Z</dc:date>
    </item>
  </channel>
</rss>

