Y
Hacker News
new
|
ask
|
show
|
jobs
by
jeremyjh
2127 days ago
Does Parquet provide a way to define foreign keys between different tables in a single dataset?
1 comments
xyzzy_plugh
2127 days ago
Parquet files don't reference anything outside of the file, usually. A group of parquet files in a folder is usually considered a table, where the schema is union of the schema of the files.
link