This question came up today and I couldn't find any historical answer as to why a database is always represented as a cylinder. I am hoping someone in the stack world would know why and have a link or something backing it up.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
I'm reasonably certain that it predates disk drives, and goes back to a considerably older technology: drum memory:
Edit: doing a bit more looking around, here's a better picture:
|
|||||||
|
|
It's because people view a DB as simple storage, much like a disk. And disk storage has always been represented by a cylinder due to, well, the physical properties of spinning magnetic disks. |
|||
|
|
|
It comes from the olden days (pre 1960) when data was analog, i.e. round. Nowadays with digital (square) data, databases aren't cylindrical but unfortunately the convention has stuck. |
|||||||||||||||||
|
|
I don't have any proof but I always assumed the cylinder of database represented a hard-drive disk. |
|||
|
|

