From SQL Table to Disk Bytes and Back — A Two-Row Walkthrough
This walkthrough shows how a SQL table moves through several representations:
human-readable table
→ SQL statement
→ Go values
→ encoded bytes
→ disk page
→ decoded Go values
→ terminal output
The go
akhileshu.hashnode.dev16 min read