What Is the Data Lakehouse Pattern?
timeflow.systems
What Is the Data Lakehouse Pattern?
1–10 of 50 posts
Re: What Is the Data Lakehouse Pattern?
#2Re: What Is the Data Lakehouse Pattern?
#3Too buzzwordy for me.
Re: What Is the Data Lakehouse Pattern?
#4Re: What Is the Data Lakehouse Pattern?
#5Too buzzwordy for me.
Databricks and Snowflake are both pulling it off, giving a combination of an RDBMs like experience and a data lake experience. If it can be pulled off, it strips away a lot of complexity in how big companies manage data.
Re: What Is the Data Lakehouse Pattern?
#6Re: What Is the Data Lakehouse Pattern?
#7datelakehouse: I have no idea.
Re: What Is the Data Lakehouse Pattern?
#8Re: What Is the Data Lakehouse Pattern?
#9Re: What Is the Data Lakehouse Pattern?
#10It used to mean "data lake extended to support data warehouse use cases".
So something like HDFS or S3 with Delta (from DBX) or Apache Iceberg storage formats, utilizing Spark or Presto/Trino or something for compute. One unified platform built on scalable big data technologies, that can do transactions, SQL MERGE, smart partitioning and other bells and whistles.
Then AWS decided to unveil "AWS LakeHouse" which meant you have both S3 and Redshift and use both at the same time - lake and warehouse next to each other.
This is not what lakehouse meant until then It is also terrible design - having data in two places means you now have to implement access control, logging, auditing, data access and so on twice. You also have to sync data between the two storages, keep track of what is where and keep track of what is the single source of truth
Truly idiotic design / marketing that could only have come from AWS. But since any larger company has army of "enterprise architects" who went from "nobody was ever fired for recommending IBM" to "nobody was ever fired for recommending Oracle" to "nobody was ever fired for recommending AWS" who will just internally enforce whatever bullshit vendors pushes on them ... it is almost what "lakehouse" means nowadays.
AWS truly is the Oracle of 2020s. Fuck them.
(Rant over, sorry, got carried away)