So, will Databricks deprioritize Delta Lake in favor or Iceberg, or will they try to derail Iceberg development now they they got the team that originally built it at Netflix? Edit: from the Tabular CEO announcement Databricks reached out to me and proposed a collaboration that could bring Iceberg and Delta closer together [...] I’m excited to have the opportunity to work with Databricks and the broader Delta communi…
Databricks to Buy Data-Management Startup Tabular
11–20 of 23 posts
Re: Databricks to Buy Data-Management Startup Tabular
#12Seems bad for Snowflake? Iceberg is a big part of Snowflake's data lake offering, and I assumed it was a Snowflake-originated OSS project until this announcement (all Snowflake products have snow related names).
Iceberg is not Snowflake originated, it was built by folks at Netflix - the same folks who built Tabular. But yes, this is definitely bad for Snowflake, Databricks can position itself as a very strong competitor with this move and moving more towards Iceberg.
Re: Databricks to Buy Data-Management Startup Tabular
#13So, will Databricks deprioritize Delta Lake in favor or Iceberg, or will they try to derail Iceberg development now they they got the team that originally built it at Netflix? Edit: from the Tabular CEO announcement Databricks reached out to me and proposed a collaboration that could bring Iceberg and Delta closer together [...] I’m excited to have the opportunity to work with Databricks and the broader Delta communi…
Either way, I just want to know which format to pick. I've been chief data engineer at my current company for about a year and would like to be able to move off of plain parquet files in my lake but I'm not sure what table format to choose.
Re: Databricks to Buy Data-Management Startup Tabular
#14The big difference - innodb got like 3m, Tabular 1bn!
Re: Databricks to Buy Data-Management Startup Tabular
#15Earlier quoted context omitted.
Iceberg is not Snowflake originated, it was built by folks at Netflix - the same folks who built Tabular. But yes, this is definitely bad for Snowflake, Databricks can position itself as a very strong competitor with this move and moving more towards Iceberg.
So this makes it sound like a positive thing for Iceberg as a format. Others seem to be suggesting that DataBricks will be working to undermine the format in favor of their older Delta Lake format but that seems overly cynical.
How it will actually play out, who knows?
Re: Databricks to Buy Data-Management Startup Tabular
#16Earlier quoted context omitted.
So this makes it sound like a positive thing for Iceberg as a format. Others seem to be suggesting that DataBricks will be working to undermine the format in favor of their older Delta Lake format but that seems overly cynical.
Yea, in theory, the way its stated, it would be a plus for the industry and Iceberg consolidation. How it will actually play out, who knows?
Re: Databricks to Buy Data-Management Startup Tabular
#17I have similar questions about the future of Delta Lake, but not really about the future of Iceberg, that's what the Apache Foundation is for after all. There are enough large enterprise players relying on this (Apple, Netflix, ...) to keep the project going for a while.
Re: Databricks to Buy Data-Management Startup Tabular
#18Re: Databricks to Buy Data-Management Startup Tabular
#19So, will Databricks deprioritize Delta Lake in favor or Iceberg, or will they try to derail Iceberg development now they they got the team that originally built it at Netflix? Edit: from the Tabular CEO announcement Databricks reached out to me and proposed a collaboration that could bring Iceberg and Delta closer together [...] I’m excited to have the opportunity to work with Databricks and the broader Delta communi…
Doesn't it sound like they'll try and move the two formats closer together so that there isn't such a format war? IDK how it would benefit Databricks to ruin either format if they're now such huge stakeholders in them both. Either way, I just want to know which format to pick. I've been chief data engineer at my current company for about a year and would like to be able to move off of plain parquet files in my lake b…
Re: Databricks to Buy Data-Management Startup Tabular
#20Earlier quoted context omitted.
Doesn't it sound like they'll try and move the two formats closer together so that there isn't such a format war? IDK how it would benefit Databricks to ruin either format if they're now such huge stakeholders in them both. Either way, I just want to know which format to pick. I've been chief data engineer at my current company for about a year and would like to be able to move off of plain parquet files in my lake b…
Hi, in case you did not find the answer yet. In my hamble opinion: - choose Iceberg: If you have several computing/query engines other than Spark, like Presto, Flink. Iceberg has a great extraction and design for a engine-independent table format. But its learning cost is relative high - choose Delta: If you only have Spark and would like to be deeply binded with Databricks - choose Hudi: If you would like to use dat…