OLTP – Phase 4 Sequential Scan and Filtering
📝
内容提要
Phase 3 gave us table.ScanAll() — iterate through every row. But there’s no way to say “only rows where age > 25” or “only the name column.” Phase 4 adds that. This is the first time the database...
➡️