Skip to content

Lazy load

Compare
Choose a tag to compare
@cswank cswank released this 07 Feb 21:24
· 311 commits to master since this release
3f1ce80

The data from each row group is only read when Scan has been called enough to consume the previous RowGroup. This avoids loading all the parquet data into memory at once.