How Database Formats Files for Disk
2
votes
1
answer
118
views
[This SO answer](https://stackoverflow.com/questions/16953638/how-is-mysql-data-stored-on-disk/16953724#16953724) outlines how MySQL organizes its database into files, but doesn't describe the structure of the files themselves.
I am wondering, at the physical level, how relational database management systems store their records in files. What the structure of the file is roughly, where the columns/values are (if it's just a CSV), and how it is traversed.
Asked by Lance Pollard
(221 rep)
Jun 29, 2018, 04:54 PM
Last activity: Jul 3, 2018, 12:28 PM
Last activity: Jul 3, 2018, 12:28 PM