期刊文献+
共找到9篇文章
< 1 >
每页显示 20 50 100
利用神经网络识别存储系统I/O特性
1
作者 王依凡 孙若琳 +2 位作者 宗依林 刘春晓 孙志卓 《福建电脑》 2024年第10期35-38,共4页
大数据推动了存储数据呈现爆炸性增长,导致存储系统的性能与能耗问题日益突出,因此需要对存储系统进行性能与节能优化。在存储系统优化中,存储系统的I/O特性识别是优化的基本依据。为此,本文提出一种基于神经网络的存储系统I/O特性识别... 大数据推动了存储数据呈现爆炸性增长,导致存储系统的性能与能耗问题日益突出,因此需要对存储系统进行性能与节能优化。在存储系统优化中,存储系统的I/O特性识别是优化的基本依据。为此,本文提出一种基于神经网络的存储系统I/O特性识别方法,利用神经网络技术识别存储系统I/O请求的顺序性与随机性,以及存储系统的实时性能需求等特性。实验的结果表明,该方法能够高效准确识别存储系统的I/O特性。 展开更多
关键词 神经网络 I/O特性 存储系统优化
下载PDF
存储优化决策支持系统的研究与开发
2
作者 潘玮 宋福根 《中国纺织大学学报》 CSCD 2000年第6期86-89,共4页
存储优化决策支持系统的开发是以企业中与企业经济效益密切相关的存储问题为主要内容,以存储优化决策为主要研究对象,以运筹学中的存储论、管理经济学、管理会计学等为基础,以计算机技术为手段开发出针对企业中的存储决策问题的决策支... 存储优化决策支持系统的开发是以企业中与企业经济效益密切相关的存储问题为主要内容,以存储优化决策为主要研究对象,以运筹学中的存储论、管理经济学、管理会计学等为基础,以计算机技术为手段开发出针对企业中的存储决策问题的决策支持系统,帮助企业中高层管理者进行存储优化决策的专用决策支持系统。以存储优化决策系统的研究和开发为背景,介绍了已有存储优化管理系统的有关情况,着重阐述了系统的开发和系统的应用,并指出了系统开发成功的意义。 展开更多
关键词 企业 存储优化决策支持系统 生产物资 系统开发
下载PDF
数字电影卫星分发系统优化研究 被引量:2
3
作者 吴宏涛 刘翼光 徐宏 《现代电影技术》 2009年第3期3-9,共7页
数字电影卫星分发系统是一套单点发送、多点接收的数据广播传输系统,根据数字电影发行版的分发需求特点,可支持单播、组播、广播等多元化接收控制,并允许各接收点请求不同的数据内容。发送端采用并发数据发送机制,满足影片数据文件高速... 数字电影卫星分发系统是一套单点发送、多点接收的数据广播传输系统,根据数字电影发行版的分发需求特点,可支持单播、组播、广播等多元化接收控制,并允许各接收点请求不同的数据内容。发送端采用并发数据发送机制,满足影片数据文件高速、安全、稳定的通过卫星信道传输到接收端。发送端、卫星信道、接收端作为数字电影卫星分发系统的主要组成,有各自的技术特点。考虑到系统的整体结构和数字电影业务需求,在卫星信道一定的情况下,发送端的性能参数将影响整个系统的效率和稳定性。因此,系统优化重点集中在发送端的优化。通过对发送端各子系统的分析,其性能瓶颈集中在影片数据存储系统。本文从提高数据存储系统I/O吞吐性能方面,研究系统优化的具体方法。提出采用SCSI接口RAID0磁盘阵列的存储结构优化方案。并深入研究RAID0模式下数据分块大小的选择对性能的影响。结合理论推导和实验分析找出符合数字电影卫星分发需求的数据分块计算公式。该优化方案已经在数字电影流动放映卫星分发系统中得到了实际应用。 展开更多
关键词 数字电影卫星分发 存储系统优化 SCSI RAID 0 数据块大小优化
下载PDF
HDFS存储和优化技术研究综述 被引量:36
4
作者 金国栋 卞昊穹 +1 位作者 陈跃国 杜小勇 《软件学报》 EI CSCD 北大核心 2020年第1期137-161,共25页
HDFS(Hadoop distributed file system)作为面向数据追加和读取优化的开源分布式文件系统,具备可移植、高容错和可大规模水平扩展的特性.经过10余年的发展,HDFS已经广泛应用于大数据的存储.作为存储海量数据的底层平台,HDFS存储了海量... HDFS(Hadoop distributed file system)作为面向数据追加和读取优化的开源分布式文件系统,具备可移植、高容错和可大规模水平扩展的特性.经过10余年的发展,HDFS已经广泛应用于大数据的存储.作为存储海量数据的底层平台,HDFS存储了海量的结构化和非结构化数据,支撑着复杂查询分析、交互式分析、详单查询、Key-Value读写和迭代计算等丰富的应用场景.HDFS的性能问题将影响其上所有大数据系统和应用,因此,对HDFS存储性能的优化至关重要.介绍了HDFS的原理和特性,对已有HDFS的存储及优化技术,从文件逻辑结构、硬件设备和应用负载这3个维度进行了归纳和总结.综述了近年来HDFS存储和优化相关研究.未来,随着HDFS上层应用的日益丰富和底层硬件平台的发展,基于异构平台的数据存储、面向应用负载的自适应存储优化以及结合机器学习的存储优化技术将成为未来研究的主要方向. 展开更多
关键词 HDFS 分布式文件系统 存储系统优化 数据分析
下载PDF
基于Lustre的BES集群存储系统 被引量:4
5
作者 汪璐 石京燕 程耀东 《核电子学与探测技术》 CAS CSCD 北大核心 2010年第12期1574-1578,1589,共6页
满足BES计算庞大的I/O访问需求,需要先进的存储体系结构和合理的配置。描述了基于Lustre的BES集群存储系统的设计和实现。介绍了Lustre的组成和作为PetaScale级分布式文件系统的设计特点,描述了BES集群存储系统的具体实现,分析了系统的... 满足BES计算庞大的I/O访问需求,需要先进的存储体系结构和合理的配置。描述了基于Lustre的BES集群存储系统的设计和实现。介绍了Lustre的组成和作为PetaScale级分布式文件系统的设计特点,描述了BES集群存储系统的具体实现,分析了系统的负载特征。分析了硬件级、操作系统级和文件系统级的性能影响因素,并针对关键因素的不同配置做了测试,提出性能优化方案。 展开更多
关键词 LUSTRE BES集群计算I/O特征 磁盘存储系统性能优化
下载PDF
Performance Analysis and Framework Optimization of Open Source Cloud Storage System 被引量:1
6
作者 Lei Li Dagang Li +2 位作者 Zhiliang Su Lianwen Jin Ganbo Huang 《China Communications》 SCIE CSCD 2016年第6期110-122,共13页
More and more embedded devices, such as mobile phones, tablet PCs and laptops, are used in every field, so huge files need to be stored or backed up into cloud storage. Optimizing the performance of cloud storage is v... More and more embedded devices, such as mobile phones, tablet PCs and laptops, are used in every field, so huge files need to be stored or backed up into cloud storage. Optimizing the performance of cloud storage is very important for Internet development. This paper presents the performance evaluation of the open source distributed storage system, a highly available, distributed, eventually consistent object/blob store from Open Stack cloud computing components. This paper mainly focuses on the mechanism of cloud storage as well as the optimization methods to process different sized files. This work provides two major contributions through comprehensive performance evaluations. First, it provides different configurations for Open Stack Swift system and an analysis of how every component affects the performance. Second, it presents the detailed optimization methods to improve the performance in processing different sized files. The experimental results show that our method improves the performance and the structure. We give the methods to optimize the object-based cloud storage system to deploy the readily available storage system. 展开更多
关键词 Cloud Computing OpenStack Swift Object Storage Distribute System Storage Service Optimization
下载PDF
Content Addressable Storage Optimization for Desktop Virtualization Based Disaster Backup Storage System 被引量:3
7
作者 Ruan Li Xiao Lim in Zhu Mingfa 《China Communications》 SCIE CSCD 2012年第7期1-13,共13页
This paper proposes a content addres sable storage optimization method, VDeskCAS, for desktop virtualization storage based disaster backup storage system. The method implements a blocklevel storage optimization, by em... This paper proposes a content addres sable storage optimization method, VDeskCAS, for desktop virtualization storage based disaster backup storage system. The method implements a blocklevel storage optimization, by employing the algorithms of chunking image file into blocks, the blockffmger calculation and the block dedup li cation. A File system in Use Space (FUSE) based storage process for VDeskCAS is also introduced which optimizes current direct storage to suit our content addressable storage. An interface level modification makes our system easy to extend. Experiments on virtual desktop image files and normal files verify the effectiveness of our method and above 60% storage volume decrease is a chieved for Red Hat Enterprise Linux image files. Key words: disaster backup; desktop virtualization; storage optimization; content addressable storage 展开更多
关键词 disaster backup desktop virtualization storage optimization content addressable storage
下载PDF
LISP-PCHORD:An Enhanced Pointer-Based DHT to Support LISP 被引量:2
8
作者 张泰 王晟 廖丹 《China Communications》 SCIE CSCD 2013年第7期134-147,共14页
Aiming to efficiently support theLocator/Identifier Separation Protocol(LISP),in this paper,we present an enhanced pointerbased DHT mapping system:LISP-PCHORD.The system creates a pointer space to build ontop of stand... Aiming to efficiently support theLocator/Identifier Separation Protocol(LISP),in this paper,we present an enhanced pointerbased DHT mapping system:LISP-PCHORD.The system creates a pointer space to build ontop of standard DHTs.Mappings within thepointer space are(Endpoint Identifiers(EID),pointers) where the pointer is the address ofthe root node(the physical node that stores themappings) of the corresponding(EID,RoutingLocators(RLOCs)) mappings.In addition toenabling architectural qualities such as scalability and reliability,the proposed LISP-PCHORDcan copy with flat EIDs such as self-certifyingEIDs.The performance of the mapping systemplays a key role in LISP;however,DHT-basedapproaches for LISP seldom consider the mismatch problem that heavily damages the system performance in terms of lookup latency.In order to mitigate the mismatch problem andachieve optimal performance,we propose anoptimization design method that seeks an optimal matching relationship between P-nodes(nodes within the pointer space) and the physical nodes on the basis of the given lookuptraffic matrix.In order to find the optimal matching relationship,we provide two solutions:a linear programming method and a geneticalgorithm.Finally,we evaluate the performance of the proposed scheme and compare itwith that of LISP-DHT. 展开更多
关键词 communication network mapping system LISP DHT linear programming genetic algorithm
下载PDF
Dptimizing Thermal Energy Storage Systems in the Hospitality Industry
9
作者 Patrick Wilkinson Jesse Oshiro Dean Perry Helen Lieng 《Journal of Energy and Power Engineering》 2014年第12期1991-2000,共10页
Building energy analyses using forecasting optimization strategies are commonly used for predicting TES (thermal energy storage) system performance. These strategies produce perfect optimized cost savings and are no... Building energy analyses using forecasting optimization strategies are commonly used for predicting TES (thermal energy storage) system performance. These strategies produce perfect optimized cost savings and are not typically realized in the real world, unless a safety factor is applied. Rather than show how to improve the industry's ability to accurately model and simulate a true TES system design, this paper will show advanced building information strategies and energy management simulation techniques required to truly achieve the ideal optimized cost savings, determined from the TES energy simulation analysis. This paper uses the hospitality industry as a case study, showing the application of simulation and analytical modeling for an optimized partial TES system. As a result building energy managers can make better decisions through the entire building life cycle from the earliest concept model through operation and maintenance. 展开更多
关键词 Thermal storage ENERGY CONTROLS MONITORING OPTIMIZATION 15-min interval data.
下载PDF
上一页 1 下一页 到第
使用帮助 返回顶部