Why is a database always represented with a cylinder?
stackoverflow.comI do not find that answer convincing. Both drum memory (https://en.wikipedia.org/wiki/Drum_memory) and mercury delay line memory (https://en.wikipedia.org/wiki/Delay-line_memory#Mercury_dela...) were used as primary memory, not for storage.
In addition mercury delay lines lost their data when unpowered.
My money would be on https://en.wikipedia.org/wiki/Disk_pack. Those are objects that people carried around to move data (http://www.catb.org/esr/writings/taoup/html/ch02s01.html: Ken Thompson quietly began answering requests by shipping out tapes and disk packs — each, according to legend, with a note signed “love, ken”)
Call it the floppy disk of the 1970s
I came to the same conclusion from the fact that a typical database icon looks a lot more like a disk pack, with its smooth sides, than like drum memory.
Right, the icon is a stack of disk packs in their protective covers.
> Why is a database always represented with a cylinder?
Because that's the data bucket. At least that's what I learned at university. Seriously.
That's the question I asked myself this morning when I opened Oracle SQL Developer =) Here's part of the answer.