Databases
Ken: Sure, but then perhaps think about it this way. You're a big company with many databases from Oracle, SQL Server, Postgres, and MySQL. Each database stores their data in a proprietary format. Oracle can't query raw SQL Server files. SQL Server can't query Postgres. But now you want to query all of that data together. What is the best way to do it? Traditionally, you've had to extract that data into yet other database that contained the superset of all of the other data. Perhaps you call that a data warehouse. But what if instead you could use any compute engine you wanted to query that data in place regardless of the original proprietary database? And you could still get ACID compliance and all of the other things you liked about databases. That's the problem an open table format like Apache Iceberg is trying to solve.