期刊文献+

Alluxio数据随机访问方法的研究 被引量:2

Research on Random Access Method of Alluxio
下载PDF
导出
摘要 为保证系统的可扩展性和容错性,Alluxio简化了文件系统实现,不支持数据随机访问,但在实际情况中仍有许多应用需要数据随机访问。Alluxio原生Java接口灵活性较差,不支持传统应用,不能完全发挥内存的高速性能。因此在深入分析Alluxio数据读写原理后,提出了新式数据随机访问方法,其核心思想是改变原有数据访问和缓存时机,将对Alluxio中的文件读写转化为对本地内存文件系统的文件读写,从而实现对数据的随机访问。在此基础上,还可以使用内存映射技术进一步提高本地文件的读写性能。测试结果表明,该方法的数据读取性能提升了14.5%,写入性能提升了1.4倍以上。在实际应用场景中合理使用Alluxio及新式数据随机访问方法,可获得数倍至数十倍的性能提升。 Alluxio simplifies the implementation of file system to pursue scalability and fault tolerance,like not supporting data random access,which leads it cannot be available to many applications.Also Alluxio’s native Java interface is not flexible to support traditional programs and is not able to fully use the high-speed performance of memory.In order to address these issues,a new method to support data random access is proposed.The new method allows the tasks to random read/write data on the local file system as well local memory instead of using original Alluxio data streaming interface.With random access to local memory,this work can greatly improve the read/write performance.Test results show that write performance can be improved by 14.5%and read performance can be increased by more than 1.4 times compared to the native Java interface.Combined with application,this new method can achieve up to tens times of performance improvement.
作者 魏占辰 黄秋兰 孙功星 刘晓宇 王轶 WEI Zhanchen;HUANG Qiulan;SUN Gongxing;LIU Xiaoyu;WANG Yi(Institute of High Energy Physics,Chinese Academy of Sciences,Beijing 100049,China;University of Chinese Academy of Sciences,Beijing 100049,China)
出处 《计算机工程与应用》 CSCD 北大核心 2020年第13期77-83,共7页 Computer Engineering and Applications
基金 国家自然科学基金(No.11775249,No.11875283)。
关键词 Alluxio分布式内存存储系统 数据随机访问 内存计算 内存映射 科学计算 Alluxio distributed in-memory storage system data random access memory computing memory mapping scientific computing
  • 相关文献

参考文献6

二级参考文献32

  • 1裴尔明,孙功星,石京燕,于传松.大规模用户登录服务的负载平衡实现[J].计算机工程,2006,32(8):139-140. 被引量:6
  • 2Aharonian F et al (HESS collaboration), arXiv:0901.2187.
  • 3Aharonian F et al (HESS collaboration). Astron. Astrophys., 2006, 457:899.
  • 4Aharonain F et al. Astrophys. J, 2004, 614:897.
  • 5Berezhko E, Volk H. Astron. Astrophys., 2006, 451:981.
  • 6ZHANG L, FANG J. Astrophys. J, 2007, 666:247-260.
  • 7Abdo A A et al (Milagro collaboration), arXiv:0904.1018.
  • 8Ghemawat S, GobioffH. The Google File System[C]//Proc. of the 19th ACM Symposium on Operating Systems Principles. New York, USA: ACM Press, 2003: 29-43.
  • 9Dean J, Ghemawat S. MapReduce: Simplified Data Processing on Large Clusters[C]//Proc. of the 6th Symposium on Operating Systems Design & Implementation. San Francisco, USA: ACM Press, 2004: 107-113.
  • 10Chang F, Dean J, Ghemawat S, et al. Bigtable: A Distributed Storage System for Structured Data[J]. ACM Transactions on Computer Systems, 2008, 26(2): 205-218.

共引文献53

同被引文献15

引证文献2

相关作者

内容加载中请稍等...

相关机构

内容加载中请稍等...

相关主题

内容加载中请稍等...

浏览历史

内容加载中请稍等...
;
使用帮助 返回顶部