Tag: data file formats
All the articles with the tag "data file formats".
How Databases Organize Data on Disk: Pages, Blocks, and File Formats
Published: at 12:02 PMDatabases structure data on disk as heap files, sorted files, or LSM trees, then wrap it in formats like Parquet with metadata that lets engines skip irrelevant blocks.