DocumentCode :
1353422
Title :
Farewell to Disks
Author :
Spinellis, Diomidis
Author_Institution :
Athens University of Economics and Business
Volume :
27
Issue :
6
fYear :
2010
Firstpage :
82
Lastpage :
83
Abstract :
Sophisticated processing of huge, complex datasets requires us to rethink the relationship between disk-based storage and main-memory processing. Some features of modern systems—namely, 64-bit architectures, memory-mapped sparse files, virtual memory, and copy on write support—let us process our data with readable and efficient RAM-based algorithms, using slow disks and file systems only for their large capacity and to secure the data´s persistence. The author demonstrates this approach through a short C++ program that locates the shortest path on very large graphs, like that of Wikipedia. Although RAM-based processing opens up again many problems that database systems already solve, the author believes that this is the right move because it provides us with a unified programming and performance model for all our data operations, irrespective of where the data resides.
Keywords :
RAM; copy on write; database; disk; memory mapping;
fLanguage :
English
Journal_Title :
Software, IEEE
Publisher :
ieee
ISSN :
0740-7459
Type :
jour
DOI :
10.1109/MS.2010.140
Filename :
5604363
Link To Document :
بازگشت