doc: discuss central storage

This commit is contained in:
Thomas Schoebel-Theuer 2018-05-21 23:08:33 +02:00 committed by Thomas Schoebel-Theuer
parent 876b97d374
commit 4bdcba5ca5
7 changed files with 1208 additions and 11 deletions

Binary file not shown.

View File

@ -0,0 +1,8 @@
# data taken from https://en.wikipedia.org/wiki/List_of_device_bit_rates
1974 2.94
1980 10
1995 100
1998 1000
2002 10000
2016 25000
2018 100000

View File

@ -0,0 +1,18 @@
# data extracted from https://en.wikipedia.org/wiki/History_of_hard_disk_drives
1980 5
1983 10
1988 20
1990 857
1991 1004
1997 16800
2005 500000
2006 750000
2007 1000000
2008 1500000
2009 2000000
2010 3000000
2011 4000000
2013 6000000
2014 8000000
2015 10000000
2017 14000000

View File

@ -0,0 +1,6 @@
# only 1-fold taken from https://en.wikipedia.org/wiki/List_of_device_bit_rates
2001 2000
2005 4000
2007 8000
2011 13640
2014 25000

14
docu/BitRates/make-plot.sh Executable file
View File

@ -0,0 +1,14 @@
#!/bin/bash
picturetype="${picturetype:-pdfcairo}" # [ps|jpeg|gif|...]
pictureoptions="${pictureoptions:=small size 800,400}"
gnuplot <<EOF
set term $picturetype $pictureoptions;
set output "Capacity-BitRate-Comparison.pdf";
set title "Long-Term Development of HDD Capacity vs Network Bandwidth";
set xlabel "Year";
set ylabel "Capacity in [MByte], BitRates in [MBit/s]";
set logscale y;
plot "HDD.capacity" with lines, "Ethernet.rates" with lines, "Infiniband.rates" with lines;
EOF

View File

@ -0,0 +1,29 @@
#FIG 3.2 Produced by xfig version 3.2.6a
Landscape
Center
Metric
A4
100.00
Single
-2
1200 2
2 1 0 3 0 7 50 -1 -1 0.000 0 0 -1 1 0 2
1 1 2.00 75.00 150.00
3105 450 2385 990
2 1 0 3 0 7 50 -1 -1 0.000 0 0 -1 1 0 2
1 1 2.00 75.00 150.00
3195 450 3960 990
2 1 0 3 0 7 50 -1 -1 0.000 0 0 -1 1 0 2
1 1 2.00 75.00 150.00
4545 1215 5580 1890
2 1 0 3 0 7 50 -1 -1 0.000 0 0 -1 1 0 2
1 1 2.00 75.00 150.00
4455 1215 3465 1890
4 1 0 50 -1 18 13 0.0000 4 195 795 3150 405 Storage\001
4 1 0 50 -1 18 13 0.0000 4 195 1425 1800 1170 Local Storage\001
4 1 0 50 -1 18 13 0.0000 4 195 1695 4545 1170 Network Storage\001
4 1 0 50 -1 18 13 0.0000 4 195 2010 3150 2070 Centralized Storage\001
4 1 0 50 -1 18 13 0.0000 4 195 1995 5850 2070 Distributed Storage\001
4 1 0 50 -1 16 12 0.0000 4 135 270 3150 2295 1:n\001
4 1 0 50 -1 16 12 0.0000 4 105 330 5850 2295 n:m\001
4 1 0 50 -1 16 12 0.0000 4 150 825 1800 1395 1:1 or 1:k\001

File diff suppressed because it is too large Load Diff