节点文献
面向图计算系统的异步计算-加载模型
Asynchronous Computation-loading Model for Graph Computing Systems
【摘要】 本文提出了全新的异步计算-加载模型,该模型是对核外(out-of-core)图计算系统的进一步优化.在异步计算-加载模型中,计算过程和I/O加载过程并行进行,较长的I/O加载时间能够"隐藏"数据计算时间,从用户程序角度来看,整体系统的运行时间几乎只有I/O加载时间,从而提高系统性能;此外,本文的异步模型能够根据不同的访问需求和硬件特性创建不同的线程组:计算线程和I/O加载线程.计算线程数量由服务器计算能力决定,I/O线程数量由服务器的I/O处理能力决定,这样既保证充分利用硬盘带宽又保证高效的计算;异步模型利用LIBAIO引擎的batch机制使得各线程的工作负载更加均衡.实验结果说明,与原先的同步模型相比,本文的模型能将整体系统性能提升高达一倍,并且有更好的带宽利用率和负载平衡性.
【Abstract】 In this paper,we present asynchronous( ASYNC) computation-loading model,which is an optimization to out-of-core graph computing systems. Computation and I/O loading phases can be parallelized in the ASYNC model,and the longer I/O loading time hides the computation time,so there is only I/O loading phase from the perspective of the users; Moreover,according to access requirements and hardware features,the ASYNC model differentiates threads into two groups: computing threads and I/O threads. The quantity of threads in each group depends on the abilities of the based servers: the computing ability decides the computing threads while the I/O processing ability decides the I/O threads. Both full I/O bandwidth and effective computation can be guaranteed by this strategy. Workload among threads are more balanced in the ASYNC model because it uses LIBAIO as I/O engine for its batch mechanism.The experimental results show that our new asynchronous( ASYNC) computation-loading model can outperform the synchronous model used in prior systems by up to 2 X,and has better I/O bandwidth and workload balance.
【Key words】 distributed graph computing; asynchronous computation-loading model; IOC; LIBAIO;
- 【文献出处】 小型微型计算机系统 ,Journal of Chinese Computer Systems , 编辑部邮箱 ,2019年06期
- 【分类号】TP368.5
- 【被引频次】2
- 【下载频次】72