期刊文献+
共找到6篇文章
< 1 >
每页显示 20 50 100
Semantic Cache Replacement Strategy for XML Algebra-Based Query Optimization 被引量:1
1
作者 XU Fangfang LI Yaoyao GU Jinguang 《Wuhan University Journal of Natural Sciences》 CAS CSCD 2015年第2期165-172,共8页
Aiming at the fact that traditional cache replacement strategy lacks pertinence to the semantic cache in the process of extensible markup language (XML) algebra query, a replacement strategy based on the semantic ca... Aiming at the fact that traditional cache replacement strategy lacks pertinence to the semantic cache in the process of extensible markup language (XML) algebra query, a replacement strategy based on the semantic cache contribution value is proposed. First, pattern matching rules for XML algebra query and semantic caches are given. Second, the method of calculating the semantic cache contribution value is proposed. In XML documents with four different sizes, the experimental results of time efficiency show that this strategy supports environment of the XML algebra query and it has better time efficiency than both least frequency used (LFU) and least recently used (LRU). 展开更多
关键词 CACHE pattern matching XML algebra query replacement strategy
原文传递
Research on Performance Optimization of Spark Distributed Computing Platform
2
作者 Qinlu He Fan Zhang +2 位作者 Genqing Bian Weiqi Zhang Zhen Li 《Computers, Materials & Continua》 SCIE EI 2024年第5期2833-2850,共18页
Spark,a distributed computing platform,has rapidly developed in the field of big data.Its in-memory computing feature reduces disk read overhead and shortens data processing time,making it have broad application prosp... Spark,a distributed computing platform,has rapidly developed in the field of big data.Its in-memory computing feature reduces disk read overhead and shortens data processing time,making it have broad application prospects in large-scale computing applications such as machine learning and image processing.However,the performance of the Spark platform still needs to be improved.When a large number of tasks are processed simultaneously,Spark’s cache replacementmechanismcannot identify high-value data partitions,resulting inmemory resources not being fully utilized and affecting the performance of the Spark platform.To address the problem that Spark’s default cache replacement algorithm cannot accurately evaluate high-value data partitions,firstly the weight influence factors of data partitions are modeled and evaluated.Then,based on this weighted model,a cache replacement algorithm based on dynamic weighted data value is proposed,which takes into account hit rate and data difference.Better integration and usage strategies are implemented based on LRU(LeastRecentlyUsed).Theweight update algorithm updates the weight value when the data partition information changes,accurately measuring the importance of the partition in the current job;the cache removal algorithm clears partitions without useful values in the cache to releasememory resources;the weight replacement algorithm combines partition weights and partition information to replace RDD partitions when memory remaining space is insufficient.Finally,by setting up a Spark cluster environment,the algorithm proposed in this paper is experimentally verified.Experiments have shown that this algorithmcan effectively improve cache hit rate,enhance the performance of the platform,and reduce job execution time by 7.61%compared to existing improved algorithms. 展开更多
关键词 SPARK memory optimization memory replacement strategy
下载PDF
ECC:Edge Collaborative Caching Strategy for Differentiated Services Load-Balancing 被引量:1
3
作者 Fang Liu Zhenyuan Zhang +1 位作者 Zunfu Wang Yuting Xing 《Computers, Materials & Continua》 SCIE EI 2021年第11期2045-2060,共16页
Due to the explosion of network data traffic and IoT devices,edge servers are overloaded and slow to respond to the massive volume of online requests.A large number of studies have shown that edge caching can solve th... Due to the explosion of network data traffic and IoT devices,edge servers are overloaded and slow to respond to the massive volume of online requests.A large number of studies have shown that edge caching can solve this problem effectively.This paper proposes a distributed edge collaborative caching mechanism for Internet online request services scenario.It solves the problem of large average access delay caused by unbalanced load of edge servers,meets users’differentiated service demands and improves user experience.In particular,the edge cache node selection algorithm is optimized,and a novel edge cache replacement strategy considering the differentiated user requests is proposed.This mechanism can shorten the response time to a large number of user requests.Experimental results show that,compared with the current advanced online edge caching algorithm,the proposed edge collaborative caching strategy in this paper can reduce the average response delay by 9%.It also increases the user utility by 4.5 times in differentiated service scenarios,and significantly reduces the time complexity of the edge caching algorithm. 展开更多
关键词 Edge collaborative caching differentiated service cache replacement strategy load balancing
下载PDF
Mitochondrial transplantation strategies as potential therapeutics for central nervous system trauma 被引量:5
4
作者 Jenna L.Gollihue Samir P.Patel Alexander G.Rabchevsky 《Neural Regeneration Research》 SCIE CAS CSCD 2018年第2期194-197,共4页
Mitochondria are essential cellular organelles critical for generating adenosine triphosphate for cellular homeostasis, as well as various mechanisms that can lead to both necrosis and apoptosis. The field of "mi- to... Mitochondria are essential cellular organelles critical for generating adenosine triphosphate for cellular homeostasis, as well as various mechanisms that can lead to both necrosis and apoptosis. The field of "mi- tochondrial medicine" is emerging in which injury/disease states are targeted therapeutically at the level of the mitochondrion, including specific antioxidants, bioenergetic substrate additions, and membrane uncoupling agents. Consequently, novel mitochondrial transplantation strategies represent a potentially multifactorial therapy leading to increased adenosine triphosphate production, decreased oxidative stress, mitochondrial DNA replacement, improved bioenergetics and tissue sparing. Herein, we describe briefly the history of mitochondrial transplantation and the various techniques used for both in vitro and in vivo delivery, the benefits associated with successful transference into both peripheral and central nervous system tissues, along with caveats and pitfalls that hinder the advancements of this novel therapeutic. 展开更多
关键词 oxygen consumption BIOENERGETICS oxidative phosphorylation cellular uptake replacement strategies spinal cord injury mitochondria
下载PDF
Replacement Policy for Caching World-Wide Web Documents Based on Site-Graph Model
5
作者 庄伟强 胡敏 +2 位作者 王鼎兴 郑纬民 沈美明 《Tsinghua Science and Technology》 SCIE EI CAS 2001年第4期386-390,共5页
The hit rate, a major metric for evaluating proxy caches, is mostly limited by the replacement strategy of proxy caches. However, in traditional proxy caches, the hit rate does not usually successfully predict how w... The hit rate, a major metric for evaluating proxy caches, is mostly limited by the replacement strategy of proxy caches. However, in traditional proxy caches, the hit rate does not usually successfully predict how well a proxy cache will perform because the proxy cache counts any hit in its caching space which has many pages without useful information, so its replacement strategy fails to determine which pages to keep and which to release. The proxy cache efficiency can be measured more accurately using the valid hit rate introduced in this paper. An efficient replacement strategy based on the Site Graph model for WWW (World Wide Web) documents is also discussed in this paper. The model analyzes user access behavior as a basis for the replacement strategy. Simulation results demonstrate that the replacement strategy improves proxy cache efficiency. 展开更多
关键词 Site Graph valid hit rate replacement strategy proxy cache user access behavior
原文传递
An adaptive multi-population genetic algorithm for job-shop scheduling problem 被引量:3
6
作者 Lei Wang Jing-Cao Cai Ming Li 《Advances in Manufacturing》 SCIE CAS CSCD 2016年第2期142-149,共8页
Job-shop scheduling problem (JSP) is a typical NP-hard combinatorial optimization problem and has a broad background for engineering application. Nowadays, the effective approach for JSP is a hot topic in related re... Job-shop scheduling problem (JSP) is a typical NP-hard combinatorial optimization problem and has a broad background for engineering application. Nowadays, the effective approach for JSP is a hot topic in related research area of manufacturing system. However, some JSPs, even for moderate size instances, are very difficult to find an optimal solution within a reasonable time because of the process constraints and the complex large solution space. In this paper, an adaptive multi-population genetic algorithm (AMGA) has been proposed to solve this prob- lem. Firstly, using multi-populations and adaptive cross- over probability can enlarge search scope and improve search performance. Secondly, using adaptive mutation probability and elite replacing mechanism can accelerate convergence speed. The approach is tested for some clas- sical benchmark JSPs taken from the literature and com- pared with some other approaches. The computational results show that the proposed AMGA can produce optimal or near-optimal values on almost all tested benchmark instances. Therefore, we can believe that AMGA can be considered as an effective method for solving JSP. 展开更多
关键词 Job-shop scheduling problem (JSP) Adaptive crossover Adaptive mutation Multi-population Elite replacing strategy
原文传递
上一页 1 下一页 到第
使用帮助 返回顶部