期刊文献+
共找到51篇文章
< 1 2 3 >
每页显示 20 50 100
集中管理式Web缓存系统及性能分析 被引量:10
1
作者 姜彩萍 李子木 杨凤杰 《小型微型计算机系统》 CSCD 北大核心 2004年第8期1428-1431,共4页
共享缓存文件是减少网络通信量和服务器负载的重要方法 ,本文在介绍 Web Caching技术及流行的 Web缓存通信协议 ICP的基础上 ,提出了一种集中管理式 Web缓存系统 ,该系统通过将用户的 HTTP请求 ,按照一定的算法分发到系统中某一合适的... 共享缓存文件是减少网络通信量和服务器负载的重要方法 ,本文在介绍 Web Caching技术及流行的 Web缓存通信协议 ICP的基础上 ,提出了一种集中管理式 Web缓存系统 ,该系统通过将用户的 HTTP请求 ,按照一定的算法分发到系统中某一合适的缓存服务器上 ,从而消除了缓存系统内部服务器之间庞大的通信开销及缓存处理负担 ,减少了缓存内容的冗余度 .通过分析 ,证明了集中管理式 Web缓存系统比基于 ICP的简单缓存系统具有缓存效率高、处理开销低、延迟小等优点 。 展开更多
关键词 集中管理 缓存系统 Web caching ICP HTTP
下载PDF
高效Key-Value持久化缓存系统的实现 被引量:6
2
作者 罗军 陈席林 李文生 《计算机工程》 CAS CSCD 2014年第3期33-38,共6页
传统的缓存系统为了追求更高的性能大多是基于内存存储的,数据的持久化功能并不完善,因而系统会受到内存容量的限制,并且在系统宕机时会导致数据全部丢失,无法恢复。为此,在分析传统缓存系统的基础上,针对数据的持久化运用LSM-Tree理论... 传统的缓存系统为了追求更高的性能大多是基于内存存储的,数据的持久化功能并不完善,因而系统会受到内存容量的限制,并且在系统宕机时会导致数据全部丢失,无法恢复。为此,在分析传统缓存系统的基础上,针对数据的持久化运用LSM-Tree理论以及Merge-Dump存储引擎进行改进,并参考Google的单机持久化存储系统LevelDB,实现一个分布式的Key-Value持久化缓存系统SSDB,结合传统缓存系统的优点并利用一致性哈希、布隆过滤器等思想对SSDB进行一系列优化。对SSDB性能测试的结果表明,优化后的持久化缓存系统SSDB是纯内存存储的,能有效降低数据的存储成本,且在读写性能上只比Redis下降约600 QPS。 展开更多
关键词 LSM Tree理论 Merge—Dump存储引擎 缓存系统 持久化存储 一致性哈希 布隆过滤器
下载PDF
Proactive Caching at the Wireless Edge:A Novel Predictive User Popularity-Aware Approach
3
作者 Yunye Wan Peng Chen +8 位作者 Yunni Xia Yong Ma Dongge Zhu Xu Wang Hui Liu Weiling Li Xianhua Niu Lei Xu Yumin Dong 《Computer Modeling in Engineering & Sciences》 SCIE EI 2024年第8期1997-2017,共21页
Mobile Edge Computing(MEC)is a promising technology that provides on-demand computing and efficient storage services as close to end users as possible.In an MEC environment,servers are deployed closer to mobile termin... Mobile Edge Computing(MEC)is a promising technology that provides on-demand computing and efficient storage services as close to end users as possible.In an MEC environment,servers are deployed closer to mobile terminals to exploit storage infrastructure,improve content delivery efficiency,and enhance user experience.However,due to the limited capacity of edge servers,it remains a significant challenge to meet the changing,time-varying,and customized needs for highly diversified content of users.Recently,techniques for caching content at the edge are becoming popular for addressing the above challenges.It is capable of filling the communication gap between the users and content providers while relieving pressure on remote cloud servers.However,existing static caching strategies are still inefficient in handling the dynamics of the time-varying popularity of content and meeting users’demands for highly diversified entity data.To address this challenge,we introduce a novel method for content caching over MEC,i.e.,PRIME.It synthesizes a content popularity prediction model,which takes users’stay time and their request traces as inputs,and a deep reinforcement learning model for yielding dynamic caching schedules.Experimental results demonstrate that PRIME,when tested upon the MovieLens 1M dataset for user request patterns and the Shanghai Telecom dataset for user mobility,outperforms its peers in terms of cache hit rates,transmission latency,and system cost. 展开更多
关键词 Mobile edge computing content caching system average cost deep reinforcement learning collaborative mechanism
下载PDF
Research and implementation of cooperative cache for PVFS
4
作者 伍卫国 万群 +2 位作者 张虎 刘思齐 钱德沛 《Journal of Pharmaceutical Analysis》 SCIE CAS 2008年第1期9-13,23,共6页
At present, there are many effective ways to achieve high performance in cluster system storage management, including server-end disk, server-end caching, local caching and cooperative caching. The cooperative caching... At present, there are many effective ways to achieve high performance in cluster system storage management, including server-end disk, server-end caching, local caching and cooperative caching. The cooperative caching mechanism shares caches among different clients so as to avoid expensive disk access costs and to improve overall throughput of cluster system. In this paper, a Single Copy Cooperative Cache model is proposed together with block lookup algorithm, block replacement algorithm and the consistency algorithm based on the model. Meanwhile, the prototype system of the model is implemented in PVFS file system. Finally, the performance of this system is tested in InfiniBand Framework, the result of which shows that in contrast to the original PVFS system, read performance of PVFS file system is improved by about two times, while write performance is reduced by nearly ten percent. 展开更多
关键词 cluster system PVFS cooperative caching local caching CONSISTENCY
下载PDF
电力计量采集系统中分布式缓存系统研究 被引量:3
5
作者 陈森利 吴福疆 +1 位作者 林洪浩 李楠 《信息技术》 2014年第7期70-73,77,共5页
提出Redis数据库的分布式扩展机制并引入新的Key过期处理策略,构建了能够满足大规模数据应用场景下的缓存系统。经布署在广东等地系统的运行结果表明,该动态分布式缓存系统解决了原有计量采集系统中计量记录入库性能差的问题,能够满足... 提出Redis数据库的分布式扩展机制并引入新的Key过期处理策略,构建了能够满足大规模数据应用场景下的缓存系统。经布署在广东等地系统的运行结果表明,该动态分布式缓存系统解决了原有计量采集系统中计量记录入库性能差的问题,能够满足海量数据的处理需求,具有高效、可靠、扩展方便的特点,对于构造提高关系数据库事务型操作能力的缓存系统具有指导意义。 展开更多
关键词 大数据 缓存系统 规模可扩展 REDIS
下载PDF
基于以太网的锥束CT高速数据传输方案设计 被引量:3
6
作者 金鑫 陈志强 《CT理论与应用研究(中英文)》 2008年第1期41-49,共9页
基于锥束CT的实时成像系统经常要求实时获得投影数据并快速重建,如何将获得的投影数据不丢失地快速传递剑图像重建单元进行重建是系统设计的一个关键问题。木文提出了一种基于Linux和以太网的数据获取方案,通过在探测器和重建计算机之... 基于锥束CT的实时成像系统经常要求实时获得投影数据并快速重建,如何将获得的投影数据不丢失地快速传递剑图像重建单元进行重建是系统设计的一个关键问题。木文提出了一种基于Linux和以太网的数据获取方案,通过在探测器和重建计算机之间引入投影数据缓存系统,较好地解决了重建计算机和CT采集模块间由于实时性能差异所造成的通讯不稳定和数据丢失。本方案所设计的系统成本低廉、易于实现并且具有较好的通用性,对一个快速数据获取和重建系统而言具有较强的实用价值。 展开更多
关键词 锥束CT 实时高速数据传输 缓存系统 以太网
下载PDF
支持透明集成的数据缓存机制 被引量:3
7
作者 王彦士 王伟 +2 位作者 刘朝辉 魏峻 黄涛 《计算机研究与发展》 EI CSCD 北大核心 2015年第4期907-917,共11页
数据缓存是提升动态Web应用性能的重要手段,传统数据缓存方案主要进行数据查询缓存,通常需要开发人员对应用程序进行大量修改并负责缓存失效维护,导致缓存方案的部署成本和维护成本过高.提出一种新的基于键值存储结构的数据缓存机制Easy... 数据缓存是提升动态Web应用性能的重要手段,传统数据缓存方案主要进行数据查询缓存,通常需要开发人员对应用程序进行大量修改并负责缓存失效维护,导致缓存方案的部署成本和维护成本过高.提出一种新的基于键值存储结构的数据缓存机制EasyCache,支持缓存数据的自动加载,兼容常用的标准数据访问接口及SQL语法,并提出一种基于规则的优化模型及数据一致性保障策略,开发人员无需修改应用程序即可完成EasyCache的集成.TPC-W基准测试结果表明系统性能得到显著提升,在单表数据规模增加以及并发用户规模增加等情况下,系统响应速度可提高10倍,吞吐率提高近1倍. 展开更多
关键词 缓存 透明集成 键/值 分布式系统 结构化查询语言
下载PDF
DICE:An Effective Query Result Cache for Distributed Storage Systems 被引量:1
8
作者 Jun-Ki Min Member, A CM Mi-Young Lee 《Journal of Computer Science & Technology》 SCIE EI CSCD 2010年第5期933-944,共12页
Due to the proliferation of Internet and Intranet,the distributed storage systems have received a lot of attention. These systems span a large number of machines and store huge amount of data for a lot of users.In the... Due to the proliferation of Internet and Intranet,the distributed storage systems have received a lot of attention. These systems span a large number of machines and store huge amount of data for a lot of users.In the distributed storage systems,a row can be directly accessed using a row key.We concentrate on a problem of efficient processing of queries whose predicate is on a column but not a row key.In this paper,we present a cache management technique,called DICE which maintains query results of range queries to support the next range queries.To accelerate the search time of the cached query results,we use modified Interval Ski Lists.In addition,we devise a novel cache replacement policy since DICE maintains an interval rather than a data item.Since our cache replacement policy considers the properties of intervals,our proposed technique is more efficient than traditional buffer replacement algorithms.Our experimental result demonstrates the efficiency of our proposed technique. 展开更多
关键词 distributed system range query query caching Interval Skip List cache replacement
原文传递
缓存技术优化P2P流量 被引量:2
9
作者 周开宇 《电信科学》 北大核心 2007年第5期6-10,共5页
随着P2P文件共享应用的泛滥,P2P应用大量占用了基础网络运营商的核心带宽,并在影响运营商利润的同时影响了P2P技术的继续发展。本文介绍了一种P2P流量优化技术——P2P缓存系统。通过对P2P流量进行缓存过滤,可使P2P流量占用的核心网络带... 随着P2P文件共享应用的泛滥,P2P应用大量占用了基础网络运营商的核心带宽,并在影响运营商利润的同时影响了P2P技术的继续发展。本文介绍了一种P2P流量优化技术——P2P缓存系统。通过对P2P流量进行缓存过滤,可使P2P流量占用的核心网络带宽大大降低,从而解决P2P文件共享同基础网络运营的矛盾。本文讨论了P2P缓存系统所面临的主要问题,并提出了相关的解决方案。 展开更多
关键词 P2P 缓存系统 带宽 流量优化 版权保护
下载PDF
Cache-Based Aggregate Query Shipping:An Efficient Scheme of Distributed OLAP Query Processing
10
作者 廖华明 裴国顺 《Journal of Computer Science & Technology》 SCIE EI CSCD 2008年第6期905-915,共11页
Our study introduces a novel distributed query plan refinement phase in an enhanced architecture of distributed query processing engine (DQPE). Query plan refinement generates potentially efficient distributed query... Our study introduces a novel distributed query plan refinement phase in an enhanced architecture of distributed query processing engine (DQPE). Query plan refinement generates potentially efficient distributed query plan by reusable aggregate query shipping (RAQS) approach. The approach improves response time at the cost of pre-processing time. If the overheads could not be compensated by query results reusage, RAQS is no more favorable. Therefore a globM cost estimation model is employed to get proper operators: RR_Agg, R_Agg, or R_Scan. For the purpose of reusing results of queries with aggregate function in distributed query processing, a multi-level hybrid view caching (HVC) scheme is introduced. The scheme retains the advantages of partial match and aggregate query results caching. By our solution, evaluations with distributed TPC-H queries show significant improvement on average response time. 展开更多
关键词 distributed system query optimization REUSABILITY query shipping hybrid view caching
原文传递
Java的缓存系统的设计 被引量:1
11
作者 李海兵 《电脑编程技巧与维护》 2010年第24期45-46,共2页
在Java虚拟机的基础上,研究其缓存结构的定义和执行策略,通过FIFO算法,设计出合理的缓存系统。
关键词 JAVA 缓存系统 JVM
下载PDF
位置感知查询中的共享缓存技术 被引量:1
12
作者 杜方 王钊 《计算机工程与应用》 CSCD 北大核心 2008年第11期152-154,共3页
位置感知查询(LAQ)是移动系统中常用的一种查询方式。提出了一种共享代理缓存(CoPC)技术,当LAQ查询失败时通过比较将查询提交至相邻基站和数据库的代价,从而实现动态的查询转发。通过仿真实验表明了采用CoPC技术能够有效的平衡数据库和... 位置感知查询(LAQ)是移动系统中常用的一种查询方式。提出了一种共享代理缓存(CoPC)技术,当LAQ查询失败时通过比较将查询提交至相邻基站和数据库的代价,从而实现动态的查询转发。通过仿真实验表明了采用CoPC技术能够有效的平衡数据库和LAQ代理的负载,减少查询延迟,提高查询命中率。 展开更多
关键词 缓存共享 位置感知查询 移动系统
下载PDF
大规模分布式VoD中可扩展的影片缓存配置策略
13
作者 胡玉琦 臧怀泉 +2 位作者 鄢仁祥 王翠荣 高远 《计算机工程》 CAS CSCD 北大核心 2003年第17期26-28,共3页
提出了在VoD系统中减少综合性资源开销的一种灵活的分布式层次化影片缓存(Cache)配置策略。在采用单播传输情况下分析了标志着系统集成、服务器的流支持、存储及网络连接等的综合性资源开销。性能分析结果表明:用该策略构成的系统比... 提出了在VoD系统中减少综合性资源开销的一种灵活的分布式层次化影片缓存(Cache)配置策略。在采用单播传输情况下分析了标志着系统集成、服务器的流支持、存储及网络连接等的综合性资源开销。性能分析结果表明:用该策略构成的系统比传统的方案具有更小的开销,并且可以用较低的代价获得更多影片的服务。 展开更多
关键词 缓存 可扩展性 分布 系统开销
下载PDF
利用ASP实现Web网站的缓冲系统
14
作者 高翔 胡正国 王敏 《微电子学与计算机》 CSCD 北大核心 2002年第2期44-45,共2页
文章介绍了一种利用ASP在web站点上实现缓冲的方法。说明了缓冲系统在一些商业站点中的用途,概括出了Web站点所需的缓冲功能及这些功能的实现细节,最后给出了使用和改进该系统的建议。
关键词 WEB ASP 缓冲系统 网站 电子商务 INTERNET
下载PDF
遗传算法在集中管理式Web缓存系统的应用
15
作者 郭家堂 郭厚焜 +2 位作者 王勇 吕镇 卢伟海 《华东交通大学学报》 2005年第1期107-110,共4页
本文对集中管理式Web缓存系统进行了改进,应用遗传算法寻找下载的最优路径,既解决了传统的Web高速缓存(WebCaching)中存在的各缓存服务器之间因不断对话而牺牲不必要带宽的问题,又增加了下载速度.
关键词 WEB缓存 高速缓存 遗传算法 缓存服务器 集中管理 最优路径 系统 增加 问题 带宽
下载PDF
QoE-based video segments caching strategy in urban public transportation system
16
作者 Wang Hang Li Xi +1 位作者 Ji Hong Zhang Heli 《The Journal of China Universities of Posts and Telecommunications》 EI CSCD 2021年第4期29-38,共10页
With the rapid development of vehicle-based applications, entertainment videos have gained popularity for passengers on public vehicles. Therefore, how to provide high quality video service for passengers in typical p... With the rapid development of vehicle-based applications, entertainment videos have gained popularity for passengers on public vehicles. Therefore, how to provide high quality video service for passengers in typical public transportation scenarios is an essential problem. This paper proposes a quality of experience(QoE)-based video segments caching(QoE-VSC) strategy to guarantee the smooth watching experience of passengers. Consequently, this paper considers a jointly caching scenario where the bus provides the beginning segments of a video, and the road side unit(RSU) offers the remaining for passengers. To evaluate the effectiveness, QoE hit ratio is defined to represent the probability that the bus and RSUs jointly provide passengers with desirable video segments successfully. Furthermore, since passenger volume change will lead to different video preferences, a deep reinforcement learning(DRL) network is trained to generate the segment replacing policy on the video segments cached by the bus server. And the training target of DRL is to maximize the QoE hit ratio, thus enabling more passengers to get the required video. The simulation results prove that the proposed method has a better performance than baseline methods in terms of QoE hit ratio and cache costs. 展开更多
关键词 caching strategy quality of experience deep reinforcement learning urban public transportation system
原文传递
改进的key/value数据存储设计方案
17
作者 何文 《东北电力大学学报》 2012年第4期26-29,共4页
针对现有key/value缓存系统海量数据的访问速度慢,满足不了应用的需求,提出一种改进的key/value数据存储方案并将其应用于缓存系统中。通过小数据量存储方案的提出,及对rehash算法、rehash权重因子w的改进,十分有效地解决了hash冲突、re... 针对现有key/value缓存系统海量数据的访问速度慢,满足不了应用的需求,提出一种改进的key/value数据存储方案并将其应用于缓存系统中。通过小数据量存储方案的提出,及对rehash算法、rehash权重因子w的改进,十分有效地解决了hash冲突、rehash迁移数据导致的系统变慢问题,加快了缓存系统的速度,提高了缓存系统的命中率。 展开更多
关键词 key/value数据结构 rehash HASH算法 hashcode hash桶 缓存系统
下载PDF
分布式缓存系统中一种优化缓存部署的图算法 被引量:13
18
作者 李文中 陈道蓄 陆桑璐 《软件学报》 EI CSCD 北大核心 2010年第7期1524-1535,共12页
数据缓存技术可以有效地减少网络拥塞,减轻服务器负载,加快信息访问速度.通过部署一组地域分布的缓存节点相互协作处理用户请求,可以进一步提高系统性能.在分布式缓存系统中,一个值得关注的问题是优化缓存的放置,使访问开销最小化.首先... 数据缓存技术可以有效地减少网络拥塞,减轻服务器负载,加快信息访问速度.通过部署一组地域分布的缓存节点相互协作处理用户请求,可以进一步提高系统性能.在分布式缓存系统中,一个值得关注的问题是优化缓存的放置,使访问开销最小化.首先建立了一个理论模型来分析缓存副本放置对系统访问开销的影响.基于这个模型,缓存放置问题可以形式化地描述成一个最优化问题,提出了一种图算法来解决该问题.图算法使用修改的Dijkstra算法在访问代价图中寻找一条最短路径,该路径对应一种最优的缓存部署.理论上证明了图算法的正确性,并使用仿真实验对其性能进行评估.实验结果表明,图算法的性能优于大部分现有的分布式缓存机制. 展开更多
关键词 分布式缓存系统 缓存放置 图算法
下载PDF
面向海量数据统计分析查询的中间层语义缓存 被引量:11
19
作者 孟清 杨树强 +1 位作者 蔡建宇 贾焰 《计算机工程》 CAS CSCD 北大核心 2005年第20期67-69,共3页
海量数据库应用系统中对统计分析查询进行优化,缩短查询响应时间是系统性能提高的关键。中间层语义缓存提供了一种优化海量数据统计分析性能的途径。文章通过对中间层语义缓存的研究,提出了一个适合海量数据统计分析的中间层语义缓存解... 海量数据库应用系统中对统计分析查询进行优化,缩短查询响应时间是系统性能提高的关键。中间层语义缓存提供了一种优化海量数据统计分析性能的途径。文章通过对中间层语义缓存的研究,提出了一个适合海量数据统计分析的中间层语义缓存解决方案。 展开更多
关键词 语义缓存 查询处理 海量数据库系统 统计分析查询
下载PDF
基于预测的JavaScript类型系统研究 被引量:9
20
作者 李世胜 程歩奇 +2 位作者 李晓峰 孙广中 陈国良 《计算机研究与发展》 EI CSCD 北大核心 2012年第2期421-431,共11页
随着互联网和万维网的流行以及JavaScript在Web浏览器中的作用越来越重要,对JavaScript程序的执行行为的研究将有利于提高浏览器的性能,改善用户的体验.传统的研究认为JavaScript语言的动态性是其性能的主要瓶颈,因此大部分主流的JavaSc... 随着互联网和万维网的流行以及JavaScript在Web浏览器中的作用越来越重要,对JavaScript程序的执行行为的研究将有利于提高浏览器的性能,改善用户的体验.传统的研究认为JavaScript语言的动态性是其性能的主要瓶颈,因此大部分主流的JavaScript执行引擎都将优化集中在其动态性的处理上.为了更深入的研究JavaScript程序的动态性,提出了两种算法:类型预测算法和基于位置的内联缓存算法,分别用于处理JavaScript程序中元数据和对象的类型.以这些算法为基础,在SunSpider测试程序集上系统地研究了JavaScript的类型系统.实验表明,算法平均能够正确识别或者预测99%的类型实例,因此可以认为,尽管JavaScript语言提供了丰富的动态性,实际的应用程序所使用到的动态行为是有限的.这是已知文献中首次提出类似的观点. 展开更多
关键词 类型预测 内联缓存 JAVASCRIPT 动态类型系统 算法 优化
下载PDF
上一页 1 2 3 下一页 到第
使用帮助 返回顶部