OLTP – Phase 2 Tuple/Record Format

📝

内容提要

In Phase 1, pages store raw bytes — InsertTuple([]byte("alice")). The page has no idea what those bytes mean. Phase 2 adds the layer that gives bytes meaning: a schema that defines columns and...

➡️

继续阅读