<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><description>Director (Data/AI) @Cloudera&#xA;Contributor: Apache Iceberg | Apache Hudi&#xA;Distributed Computing | Technical Author (O’Reilly, Packt)&#xA;&#xA;Prev📍: DevRel @Onehouse.ai, Dremio, Engineering @Qlik, @OTIS Elevators&#xA;&#xA;Book 📕: https://a.co/d/fUDs7G6</description><link>https://bsky.app/profile/dipankartnt.bsky.social</link><title>@dipankartnt.bsky.social - Dipankar Mazumdar</title><item><link>https://bsky.app/profile/dipankartnt.bsky.social/post/3lknyugni322r</link><description>[NEW BLOG]: What is Apache Arrow Flight / Flight SQL / ADBC? 🎉&#xA;&#xA;We need to ask, Why don’t ODBC &amp; JDBC fit in today’s analytical world?&#xA;&#xA;These protocols were designed particularly for row-based workloads.&#xA;&#xA;What about columnar “Arrow” based data?&#xA;&#xA;https://dipankar-tnt.medium.com/what-is-apache-arrow-flight-flight-sql-adbc-a076511122ac</description><pubDate>18 Mar 2025 15:39 +0000</pubDate><guid isPermaLink="false">at://did:plc:jccfu22khman7hppgwdevmml/app.bsky.feed.post/3lknyugni322r</guid></item><item><link>https://bsky.app/profile/dipankartnt.bsky.social/post/3lirts37p2k2b</link><description>Blogged: ACID in Lakehouse - How Apache Hudi, Iceberg &amp; Delta Lake implements it?&#xA;&#xA;https://www.onehouse.ai/blog/acid-transactions-in-an-open-data-lakehouse</description><pubDate>22 Feb 2025 17:28 +0000</pubDate><guid isPermaLink="false">at://did:plc:jccfu22khman7hppgwdevmml/app.bsky.feed.post/3lirts37p2k2b</guid></item><item><link>https://bsky.app/profile/dipankartnt.bsky.social/post/3lgxylu5ils26</link><description>Blogged: Concurrency control methods in a Lakehouse with Apache Hudi, Iceberg &amp; Delta Lake.&#xA;&#xA;In this blog I go into the fundamentals of concurrency control, explore why it is essential for lakehouses with OCC, MVCC &amp; Non blocking control.&#xA;&#xA;https://hudi.apache.org/blog/2025/01/28/concurrency-control</description><pubDate>30 Jan 2025 17:20 +0000</pubDate><guid isPermaLink="false">at://did:plc:jccfu22khman7hppgwdevmml/app.bsky.feed.post/3lgxylu5ils26</guid></item><item><link>https://bsky.app/profile/dipankartnt.bsky.social/post/3lgirdefs6k2z</link><description>Blogged: Clustering Algorithms in Open Lakehouse formats such as Apache Hudi, Apache Iceberg &amp; Delta Lake.&#xA;&#xA;Querying huge volumes of data from storage demands optimized query speed &#xA;&#xA;Your queries are fast today, but they might not be over time!&#xA;&#xA;Read: https://www.onehouse.ai/blog/what-is-clustering-in-an-open-data-lakehouse</description><pubDate>24 Jan 2025 16:00 +0000</pubDate><guid isPermaLink="false">at://did:plc:jccfu22khman7hppgwdevmml/app.bsky.feed.post/3lgirdefs6k2z</guid></item><item><link>https://bsky.app/profile/dipankartnt.bsky.social/post/3lfnnjjgxzs2b</link><description>“Bringing the database kernel to data lakes” - this is what Apache Hudi started with before the world heard of something called “Lakehouse”.&#xA;&#xA;Lakehouse means only one thing- data lakes needed the “transactional layer” on top of Parquet for running db-style workloads (both transactional &amp; analytical)</description><pubDate>13 Jan 2025 21:10 +0000</pubDate><guid isPermaLink="false">at://did:plc:jccfu22khman7hppgwdevmml/app.bsky.feed.post/3lfnnjjgxzs2b</guid></item><item><link>https://bsky.app/profile/dipankartnt.bsky.social/post/3lbinki56nc2h</link><description>Apache XTable at Scale in Production!&#xA;&#xA;This is a solid example to show the metadata translation capability for open table formats like Iceberg, Hudi &amp; Delta.&#xA;&#xA;Fabric users can work with Iceberg tables written by Snowflake without any rewrites/stuff.&#xA;Link: https://blog.fabric.microsoft.com/en-us/blog/store-and-use-your-snowflake-iceberg-data-in-onelake?ft=All</description><pubDate>21 Nov 2024 23:46 +0000</pubDate><guid isPermaLink="false">at://did:plc:jccfu22khman7hppgwdevmml/app.bsky.feed.post/3lbinki56nc2h</guid></item><item><link>https://bsky.app/profile/dipankartnt.bsky.social/post/3lbinki56nc2h</link><description>Apache XTable at Scale in Production!&#xA;&#xA;This is a solid example to show the metadata translation capability for open table formats like Iceberg, Hudi &amp; Delta.&#xA;&#xA;Fabric users can work with Iceberg tables written by Snowflake without any rewrites/stuff.&#xA;Link: https://blog.fabric.microsoft.com/en-us/blog/store-and-use-your-snowflake-iceberg-data-in-onelake?ft=All</description><pubDate>21 Nov 2024 23:46 +0000</pubDate><guid isPermaLink="false">at://did:plc:jccfu22khman7hppgwdevmml/app.bsky.feed.post/3lbinki56nc2h</guid></item><item><link>https://bsky.app/profile/dipankartnt.bsky.social/post/3laiijz62w22x</link><description>5 techniques to optimize performance for your Open Lakehouse.&#xA;&#xA;No matter how performant your compute engine is, your storage needs data to be optimally organized.&#xA;&#xA;Here’s a new blog I published!&#xA;&#xA;https://www.onehouse.ai/blog/how-to-optimize-performance-for-your-open-data-lakehouse</description><pubDate>09 Nov 2024 04:51 +0000</pubDate><guid isPermaLink="false">at://did:plc:jccfu22khman7hppgwdevmml/app.bsky.feed.post/3laiijz62w22x</guid></item><item><link>https://bsky.app/profile/dipankartnt.bsky.social/post/3la5l7zy3hk23</link><description>Fast &#34;Copy-On-Write&#34; on Apache Parquet.&#xA;&#xA;Upserts are crucial for use cases like CDC.&#xA;&#xA;There are two ways for record-level updates in data lakes:&#xA;Copy-On-Write (CoW)&#xA;Merge-On-Read (MoR)&#xA;&#xA;A 🧵on Uber&#39;s new CoW optimization for Parquet.</description><pubDate>04 Nov 2024 20:40 +0000</pubDate><guid isPermaLink="false">at://did:plc:jccfu22khman7hppgwdevmml/app.bsky.feed.post/3la5l7zy3hk23</guid></item><item><link>https://bsky.app/profile/dipankartnt.bsky.social/post/3l7vx6gu5262u</link><description>Announcing my new book - &#34;Engineering Lakehouses with Open Table Formats&#34; 🎉&#xA;&#xA;TBH, I have been thinking about this for quite some time.&#xA;Most of the times, in conversations with engineers exploring these formats, so many questions have come up.</description><pubDate>01 Nov 2024 19:53 +0000</pubDate><guid isPermaLink="false">at://did:plc:jccfu22khman7hppgwdevmml/app.bsky.feed.post/3l7vx6gu5262u</guid></item><item><link>https://bsky.app/profile/dipankartnt.bsky.social/post/3l7mpryyxky2v</link><description>I started this new repo to serve as a central hub for content that I create &amp; insights that I share from different sources about the Lakehouse architecture.&#xA;&#xA;Here’s what you will find in the repo:&#xA;⭐️ Blogs &#xA;⭐️ Research Papers summary&#xA;⭐️ Code&#xA;⭐️ Crisp Social posts&#xA;&#xA;Link: https://github.com/dipankarmazumdar/awesome-lakehouse-guide</description><pubDate>29 Oct 2024 03:46 +0000</pubDate><guid isPermaLink="false">at://did:plc:jccfu22khman7hppgwdevmml/app.bsky.feed.post/3l7mpryyxky2v</guid></item><item><link>https://bsky.app/profile/dipankartnt.bsky.social/post/3l7mpryyxky2v</link><description>I started this new repo to serve as a central hub for content that I create &amp; insights that I share from different sources about the Lakehouse architecture.&#xA;&#xA;Here’s what you will find in the repo:&#xA;⭐️ Blogs &#xA;⭐️ Research Papers summary&#xA;⭐️ Code&#xA;⭐️ Crisp Social posts&#xA;&#xA;Link: https://github.com/dipankarmazumdar/awesome-lakehouse-guide</description><pubDate>29 Oct 2024 03:46 +0000</pubDate><guid isPermaLink="false">at://did:plc:jccfu22khman7hppgwdevmml/app.bsky.feed.post/3l7mpryyxky2v</guid></item><item><link>https://bsky.app/profile/dipankartnt.bsky.social/post/3l7ly4c6i2b2h</link><description>Hey 👋 folks! It’s very nice to see a lot of data community people here.&#xA;&#xA;I am Dipankar &amp; I have been involved in open source space for some time. Currently I focus on Data Infra with projects such as Apache Hudi, Iceberg, Arrow &amp; XTable. In my prev gigs, I worked on different spectrum of Data.</description><pubDate>28 Oct 2024 20:43 +0000</pubDate><guid isPermaLink="false">at://did:plc:jccfu22khman7hppgwdevmml/app.bsky.feed.post/3l7ly4c6i2b2h</guid></item><item><link>https://bsky.app/profile/dipankartnt.bsky.social/post/3l7kax32wma2z</link><description>What is Incremental Processing &amp; how orgs like Uber benefit from it in a Lakehouse?&#xA;&#xA;Incremental processing is a technique that processes data in small increments rather than in one large batch.</description><pubDate>28 Oct 2024 04:16 +0000</pubDate><guid isPermaLink="false">at://did:plc:jccfu22khman7hppgwdevmml/app.bsky.feed.post/3l7kax32wma2z</guid></item></channel></rss>