A Distributed File System for Frequency Reading of Various File Sizes

Pengfei Ma,Yanshen Yin,Chao Lan,Yong Zhang,Chunxiao Xing
DOI: https://doi.org/10.1109/WISA.2013.70
2013-01-01
Abstract:The Web File Management System (WFMS) is a distributed file system, which is designed for frequency reading of various file sizes. It consists of one single master and multi data servers. We use blocks to store data, which contains different size of chunks. The block/chunk mechanism achieves nearly 100% utilization of block. We also design hot block to raise the reading speed of frequency blocks through increasing the replicas automatically. WFMS works on the web exposing Restful services and providing authority control. Besides, we implement our search engine with Lucene which provides query service by file name, file size, file type, date, owner and so on. Until now, our system has stored over 40TB data which contains more than 2 million files and it has worked stably for two years.
What problem does this paper attempt to address?