History of Database Systems
History of Database Systems
N Nagarjuna
Early Manual System
• Before-1950s
– Data was stored as paper records.
– Lot of man power involved.
– Lot of time was wasted. e.g. when searching.
– Therefore inefficient.
• 1950s and early 1960s:
– Data processing using magnetic tapes for storage
– Tapes provide only sequential access
– Punched cards for input
Magnetic Tape
Invented all the way back in 1932 (in Austria), it was widely used in the
1950s and 60s as the main working memory of computers.
In the mid-1950s, magnetic drum memory had a capacity of around 10
kB.
• Duplication of data
– Same data is held by different locations.
– Wasted space and potentially different values and/or different
formats for the same item.
• Data dependence
– File structure is defined in the program code.
• Incompatible file formats
Programs are written in different languages, and so cannot easily
access each other’s files.
• Fixed Queries/Proliferation of application programs
Programs are written to satisfy particular functions.
Any new requirement needs a new program.