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

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.