当前位置:主页 > 科技论文 > 计算机论文 >

面向移动终端的云存储性能优化的研究与实现

发布时间:2018-04-04 06:47

  本文选题:移动终端 切入点:云存储 出处:《南京邮电大学》2017年硕士论文


【摘要】:随着移动终端的发展进步,终端数据飞速增长,各类照片、视频、音乐等文件将终端填满,所以终端用户对于机器存储性能的需求越来越大。因为用户数据的本地存储难以满足广大用户的要求,所以提出了本文研究方向,即将用户的本地数据放到云端存储。在进行了全面的学习后发现,在面向终端的云存储中有着NameNode内存消耗严重和缓存的选择策略不理想的问题,这些问题影响着到用户的体验。为了解决存受限问题,使用云存储技术作为终端用户数据的一个存储媒介,运用Eclipse、JDK等开发工具,调用HDFS API,使得终端上的数据能够直接上传到HDFS集群中进行存储,减轻终端的负担,并且能够随时下载到本地使用,简单的达到终端和HDFS集群之间的交互操作。HDFS集群的存储对于移动数据内容支持并不很理想,所以本文在分析了现有的几种小文件优化机制的基础上提出一种小文件处理方案,在移动终端将数据存放在HDFS的过程中添加一个处理模块,来对移动终端上传的文件进行判断处理,将满足小文件判断条件的文件进行合并操作,优化存储结构。在进行对比实验后发现改进方案能够显著减少存储大量小文件时NameNode内存的消耗。针对HDFS集群中的的缓存选择策略不适合移动终端数据存储问题。本文在分析了终端数据结构的基础上,发现使用缓存能够显著的降低系统本身的读写操作,降低操作时间。本文在分析了各种缓存机制后,提出一种缓存选择算法,将此算法应用于HDFS系统中。最后得出改进策略对于文件的读取效率提高显著,达到了优化的目的。
[Abstract]:With the development and progress of mobile terminal, the terminal data grows rapidly, and all kinds of photos, video, music and other files will fill the terminal, so the demand of the end user for the storage performance of the machine is increasing.Because the local storage of user data is difficult to meet the requirements of the majority of users, the research direction of this paper is put forward, that is, the local data of the user is stored in the cloud.After a comprehensive study it is found that there are serious problems of NameNode memory consumption and poor cache selection strategy in the terminal oriented cloud storage which affect the user's experience.In order to solve the problem of storage limitation, cloud storage technology is used as a storage medium for end-user data, and HDFS API is called by using Eclipse JDK and other development tools, so that the data on the terminal can be directly uploaded to the HDFS cluster for storage.Reduce the burden on the terminal, and can be downloaded to local use at any time, simply to achieve the terminal and HDFS cluster of interactive storage. HDFS cluster for mobile data content support is not ideal,Therefore, based on the analysis of several existing optimization mechanisms of small files, this paper proposes a small file processing scheme, which adds a processing module in the process of the mobile terminal storing data in HDFS.To judge and process the files uploaded by the mobile terminal, the files that meet the judgment condition of small files are merged and the storage structure is optimized.The comparison experiments show that the improved scheme can significantly reduce the NameNode memory consumption while storing a large number of small files.The cache selection strategy in HDFS cluster is not suitable for mobile terminal data storage.Based on the analysis of the terminal data structure, it is found that using cache can significantly reduce the read and write operations and the operation time of the system itself.After analyzing various cache mechanisms, this paper proposes a cache selection algorithm, which is applied to HDFS system.Finally, it is concluded that the improved strategy improves the efficiency of file reading significantly and achieves the purpose of optimization.
【学位授予单位】:南京邮电大学
【学位级别】:硕士
【学位授予年份】:2017
【分类号】:TP333

【参考文献】

相关期刊论文 前10条

1 胡锐;胡伏原;陈丽春;;基于Hadoop的高校公共数据平台的构建[J];苏州科技学院学报(自然科学版);2015年03期

2 徐欢欢;朱信忠;赵建民;徐慧英;;基于Hadoop的优化海量录音小文件存取性能的方法[J];微型电脑应用;2015年02期

3 宋娟;;基于虚拟化技术的智能手机移动办公的应用[J];科技创新与应用;2014年31期

4 谢杰涛;吴敏;吴娟;史睿冰;;Web系统高性能本地数据缓存实现机制[J];计算机应用研究;2014年07期

5 张国强;李杨;林涛;唐晖;;信息中心网络中的内置缓存技术研究[J];软件学报;2014年01期

6 赵丞;;非结构化数据存储的技术研究与实现[J];数字技术与应用;2013年04期

7 陈芳园;张冬松;刘聪;王志英;;基于取指执行时序范畴的多核共享Cache干扰分析[J];计算机研究与发展;2013年01期

8 黎平国;;基于HDFS的数字图书馆云存储系统研究[J];情报探索;2012年09期

9 ;机遇与挑战并存 漫谈国内云存储[J];电脑迷;2012年11期

10 赵晓永;杨扬;孙莉莉;陈宇;;基于Hadoop的海量MP3文件存储架构[J];计算机应用;2012年06期

相关硕士学位论文 前10条

1 刘柳;面向个人云存储的缓存机制研究[D];浙江大学;2015年

2 眭椰敏;阿里云分布式文件系统客户端的设计与实现[D];南京大学;2014年

3 张晗娇;基于Android的分布式云存储系统[D];山东大学;2014年

4 董冬波;基于移动终端的数字图书馆个性化信息推送服务研究[D];华中师范大学;2014年

5 杨倩茹;Hadoop平台中作业调度算法分析与改进研究[D];海南大学;2013年

6 张兴;基于Hadoop的云存储平台的研究与实现[D];电子科技大学;2013年

7 冷冰;基于Render树缓存的移动终端网页加速技术的研究与实现[D];国防科学技术大学;2011年

8 李宽;基于HDFS的分布式Namenode节点模型的研究[D];华南理工大学;2011年

9 张旺俊;Web缓存替换策略与预取技术的研究[D];中国科学技术大学;2011年

10 孙鹏;基于虚拟化技术的智能手机移动办公的研究与应用[D];复旦大学;2011年



本文编号:1708826

资料下载
论文发表

本文链接:https://www.wllwen.com/kejilunwen/jisuanjikexuelunwen/1708826.html


Copyright(c)文论论文网All Rights Reserved | 网站地图 |

版权申明:资料由用户701c6***提供,本站仅收录摘要或目录,作者需要删除请E-mail邮箱bigeng88@qq.com