Skip to content

Stream Table Scan

Compare
Choose a tag to compare
@halprin halprin released this 23 Mar 04:16
· 210 commits to main since this release
bcd521f

The application no longer loads the entire table into memory before deleting. Now it only loads into memory a page to two pages at most at a time. It "streams" the table contents, if you will.