Why is a database always represented with a cylinder?

DatabaseDatabase DesignDiagramDiagrammingDatabase Diagramming

Database Problem Overview


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.

Database Solutions


Solution 1 - Database

I'm reasonably certain that it predates disk drives, and goes back to a considerably older technology: drum memory:

Drum Memory

Another possibility (or maybe the choice was based on both) is a still older technology: mercury tank memory:

Mercury tank

You may have seen the symbol oriented horizontally instead of vertically, but horizontal drums were common as well:

Multiple horizontal drums

Solution 2 - Database

You asked for more pics. I took these at the computer history museum in Mountain View, CA in May 2016. enter image description here Description for the above image says:

UNIVAC I mercury memory tank, Remington Rand, US, 1951

For memory, the UNIVAC used seven mercury delay line tanks. Eighteen pairs of crystal transducers in each tank transmitted and received data as waves in mercury held at a constant 149°F

Gift of William Agee X976.89

enter image description here Description for the above image says:

Williams-Kilburn tube - Manchester Mark I, Manchester University, UK, ca 1950

This was the memory in the Manchester Mark I, the successor to the "Baby." It stored only 128 40-bit words. Each bit was an electric charge that created a spot of light on the face of a "TV tube."

Gift of Manchester University Computer Science Department, X67.82

Solution 3 - Database

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.

Solution 4 - Database

I always assumed it stood for the round edges of a hard drive platter. The average consumer might not have necessarily known what a Physical Hard Drive Component looked like, so it was represented as a cylinder.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionRodney S. FoleyView Question on Stackoverflow
Solution 1 - DatabaseJerry CoffinView Answer on Stackoverflow
Solution 2 - DatabasejungledevView Answer on Stackoverflow
Solution 3 - DatabaseMatt RogishView Answer on Stackoverflow
Solution 4 - Databaseuser3285800View Answer on Stackoverflow