Tag: predicate pushdown
All the articles with the tag "predicate pushdown".
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.