-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
287 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,5 +6,6 @@ | |
"react-router", | ||
"sqlite-wasm", | ||
"llvm", | ||
"collab" | ||
"collab", | ||
"ryan-blue-tabular-databricks" | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Ryan Blue Tabular Databricks | ||
|
||
![Ryan Blue Tabular Databricks](./ryan-blue-tabular-databricks/databricks-uniform-delta-iceberg-parquet-snowflake.png) | ||
|
||
## Uniform Table Format | ||
|
||
Ryan Blue, creator of Iceberg table format, has created a new uniform table format for interoperability between Delta Lake, which is native to Databricks, and Iceberg as well as potentially other formats. | ||
|
||
The figure above shows how the metadata catalog (called "unity catalog" in Databricks) can facilitate zero-copy in-place operations between table formats and query engines. In this case, Databricks on Delta is DDL'd into a shared Docker-style volume (represented as a struct mapping the file key to a named location in the catalog) and DML'd as well as DQL'd from the same volume with another, separate query engine (Snowflake). |
Binary file added
BIN
+1.13 MB
...-blue-tabular-databricks/databricks-uniform-delta-iceberg-parquet-snowflake.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,6 +16,7 @@ | |
"@types/node": "^16.18.104", | ||
"aws-cdk-lib": "^2.151.0", | ||
"ts-node": "^10.9.2", | ||
"tsx": "^4.19.1", | ||
"typescript": "^5.5.4" | ||
}, | ||
"packageManager": "[email protected]+sha512.dc09430156b427f5ecfc79888899e1c39d2d690f004be70e05230b72cb173d96839587545d09429b55ac3c429c801b4dc3c0e002f653830a420fa2dd4e3cf9cf" | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.