期刊文献+
共找到981篇文章
< 1 2 50 >
每页显示 20 50 100
Optimization of RDF link traversal based query execution 被引量:2
1
作者 朱艳琴 花岭 《Journal of Southeast University(English Edition)》 EI CAS 2013年第1期27-32,共6页
Aiming at the problem that only some types of SPARQL ( simple protocal and resource description framework query language) queries can be answered by using the current resource description framework link traversal ba... Aiming at the problem that only some types of SPARQL ( simple protocal and resource description framework query language) queries can be answered by using the current resource description framework link traversal based query execution (RDF-LTE) approach, this paper discusses how the execution order of the triple pattern affects the query results and cost based on concrete SPARQL queries, and analyzes two properties of the web of linked data, missing backward links and missing contingency solution. Then three heuristic principles for logic query plan optimization, namely, the filtered basic graph pattern (FBGP) principle, the triple pattern chain principle and the seed URIs principle, are proposed. The three principles contribute to decrease the intermediate solutions and increase the types of queries that can be answered. The effectiveness and feasibility of the proposed approach is evaluated. The experimental results show that more query results can be returned with less cost, thus enabling users to develop the full potential of the web of linked data. 展开更多
关键词 web of linked data resource description framework link traversal based query execution (RDF-LTE) SPARQL query query optimization
在线阅读 下载PDF
Processing and optimization of UMQL-based multimedia queries
2
作者 吴宗大 曹忠升 +1 位作者 王元珍 李桂玲 《Journal of Southeast University(English Edition)》 EI CAS 2009年第3期320-325,共6页
Through the mapping from UMQL ( unified multimedia query language) conditional expressions to UMQA (unified multimedia query algebra) query operations, a translation algorithm from a UMQL query to a UMQA query pla... Through the mapping from UMQL ( unified multimedia query language) conditional expressions to UMQA (unified multimedia query algebra) query operations, a translation algorithm from a UMQL query to a UMQA query plan is put forward, which can generate an equivalent UMQA internal query plan for any UMQL query. Then, to improve the execution costs of UMQA query plans effectively, equivalent UMQA translation formulae and general optimization strategies are studied, and an optimization algorithm for UMQA internal query plans is presented. This algorithm uses equivalent UMQA translation formulae to optimize query plans, and makes the optimized query plans accord with the optimization strategies as much as possible. Finally, the logic implementation methods of UMQA plans, i.e., logic implementation methods of UMQA operators, are discussed to obtain useful target data from a muifirnedia database. All of these algorithms are implemented in a UMQL prototype system. Application results show that these query processing techniques are feasible and applicable. 展开更多
关键词 multimedia database multimedia query language query optimization unified multimedia query language
在线阅读 下载PDF
Query Optimization Framework for Graph Database in Cloud Dew Environment 被引量:1
3
作者 Tahir Alyas Ali Alzahrani +3 位作者 Yazed Alsaawy Khalid Alissa Qaiser Abbas Nadia Tabassum 《Computers, Materials & Continua》 SCIE EI 2023年第1期2317-2330,共14页
The query optimizer uses cost-based optimization to create an execution plan with the least cost,which also consumes the least amount of resources.The challenge of query optimization for relational database systems is... The query optimizer uses cost-based optimization to create an execution plan with the least cost,which also consumes the least amount of resources.The challenge of query optimization for relational database systems is a combinatorial optimization problem,which renders exhaustive search impossible as query sizes rise.Increases in CPU performance have surpassed main memory,and disk access speeds in recent decades,allowing data compression to be used—strategies for improving database performance systems.For performance enhancement,compression and query optimization are the two most factors.Compression reduces the volume of data,whereas query optimization minimizes execution time.Compressing the database reduces memory requirement,data takes less time to load into memory,fewer buffer missing occur,and the size of intermediate results is more diminutive.This paper performed query optimization on the graph database in a cloud dew environment by considering,which requires less time to execute a query.The factors compression and query optimization improve the performance of the databases.This research compares the performance of MySQL and Neo4j databases in terms of memory usage and execution time running on cloud dew servers. 展开更多
关键词 query optimization compression cloud dew DECOMPRESSION graph database
在线阅读 下载PDF
An adaptive range-query optimization technique with distributed replicas
4
作者 Sayar Ahmet Pierce Marlon Fox C.Geoffrey 《Journal of Central South University》 SCIE EI CAS 2014年第1期190-198,共9页
Replication is an approach often used to speed up the execution of queries submitted to a large dataset.A compile-time/run-time approach is presented for minimizing the response time of 2-dimensional range when a dist... Replication is an approach often used to speed up the execution of queries submitted to a large dataset.A compile-time/run-time approach is presented for minimizing the response time of 2-dimensional range when a distributed replica of a dataset exists.The aim is to partition the query payload(and its range) into subsets and distribute those to the replica nodes in a way that minimizes a client's response time.However,since query size and distribution characteristics of data(data dense/sparse regions) in varying ranges are not known a priori,performing efficient load balancing and parallel processing over the unpredictable workload is difficult.A technique based on the creation and manipulation of dynamic spatial indexes for query payload estimation in distributed queries was proposed.The effectiveness of this technique was demonstrated on queries for analysis of archived earthquake-generated seismic data records. 展开更多
关键词 distributed systems load balancing range query query optimization
在线阅读 下载PDF
An Efficient Algorithm for Query Transformation in Semantic Query Optimization
5
作者 何增有 Deng +4 位作者 Shengchun Xu Xiaofei Song Yufu 《High Technology Letters》 EI CAS 2002年第1期32-36,共5页
Semantic query optimization (SQO) is comparatively a recent approach for the transformation of given query into equivalent alternative query using matching rules in order to select an optimal query based on the costs ... Semantic query optimization (SQO) is comparatively a recent approach for the transformation of given query into equivalent alternative query using matching rules in order to select an optimal query based on the costs of executing alternative queries. The key aspect of the algorithm proposed here is that previous proposed SQO techniques can be considered equally in the uniform cost model, with which optimization opportunities will not be missed. At the same time, the authors used the implication closure to guarantee that any matched rule will not be lost. The authors implemented their algorithm for the optimization of decomposed sub-query in local database in Multi-Database Integrator (MDBI), which is a multidatabase project. The experimental results verify that this algorithm is effective in the process of SQO. 展开更多
关键词 Semantic query optimization Implication closure Multidatabase system Predict introduction Predict elimination
在线阅读 下载PDF
Multi - weighted tree based query optimization method for parallel relational database systems
6
作者 LI Jian - zhong (College of Computer Science and Technology, Heilongjiang University Harbin 150080, P.R. China College of computer Science and Engineering,Harbin Institute of Technology, Harbin 150001, P.R. China) 《黑龙江大学自然科学学报》 CAS 2001年第3期35-43,共9页
The author investigates the query optimization problem for parallel relational databases. A multi - weighted tree based query optimization method is proposed. The method consists of a multi - weighted tree based paral... The author investigates the query optimization problem for parallel relational databases. A multi - weighted tree based query optimization method is proposed. The method consists of a multi - weighted tree based parallel query plan model, a cost model for parallel qury plans and a query optimizer. The parallel query plan model is the first one to model all basic relational operations, all three types of parallelism of query execution, processor and memory allocation to operations, memory allocation to the buffers between operations in pipelines and data redistribution among processors. The cost model takes the waiting time of the operations in pipelining execution into consideration and is computable in a bottom - up fashion. The query optimizer addresses the query optimization problem in the context of Select - Project - Join queries that are widely used in commercial DBMSs. Several heuristics determining the processor allocation to operations are derived and used in the query optimizer. The query optimizer is aware of memory resources in order to generate good - quality plans. It includes the heuristics for determining the memory allocation to operations and buffers between operations in pipelines so that the memory resourse is fully exploit. In addition, multiple algorithms for implementing join operations are consided in the query optimizer. The query optimizer can make an optimal choice of join algorithm for each join operation in a query. The proposed query optimization method has been used in a prototype parallel database management system designed and implemented by the author. 展开更多
关键词 多重加权树 并列关系数据库 查询 优化
在线阅读 下载PDF
Routing-Aware Query Optimization for Conserving Energy in Wireless Sensor Networks
7
作者 Jie Yang Jie Wang 《通讯和计算机(中英文版)》 2012年第1期33-41,共9页
关键词 无线传感器网络 查询优化 节约能源 路由信息 传感器节点 位置信息 实时查询 查询包含
在线阅读 下载PDF
A Distributed DBMS Based Dynamic Programming Method for Query Optimization
8
作者 孙纪舟 李阳 +2 位作者 蒋志勇 顾云苏 何清法 《Journal of Donghua University(English Edition)》 EI CAS 2012年第1期55-58,共4页
Dynamic programming(DP) is an effective query optimization approach to select an appropriate join order for relational database management system(RDBMS) in multi-table joins. This method was extended and made availabl... Dynamic programming(DP) is an effective query optimization approach to select an appropriate join order for relational database management system(RDBMS) in multi-table joins. This method was extended and made available in distributed DBMS(D-DBMS). The structure of this optimal solution was firstly characterized according to the distributing status of tables and data, and then the recurrence relations between a problem and its sub-problems were recursively defined. DP in D-DBMS has the same time-complexity with that in centralized DBMS, while it has the capability to solve a much more sophisticated optimal problem of multi-table join in D-DBMS. The effectiveness of this optimal strategy has been proved by experiments. 展开更多
关键词 distributed database dynamic programming (DP) multitable loin: auery optimization
在线阅读 下载PDF
A solution of spatial query processing and query optimization for spatial databases
9
作者 YUANJie XIEKun-qing +2 位作者 MAXiu-jun ZHANGMin SUNLe-bin 《重庆邮电学院学报(自然科学版)》 2004年第5期165-172,共8页
Recently, attention has been focused on spatial query language which is used to query spatial databases. A design of spatial query language has been presented in this paper by extending the standard relational databas... Recently, attention has been focused on spatial query language which is used to query spatial databases. A design of spatial query language has been presented in this paper by extending the standard relational database query language SQL. It recognizes the significantly different requirements of spatial data handling and overcomes the inherent problems of the application of conventional database query languages. This design is based on an extended spatial data model, including the spatial data types and the spatial operators on them. The processing and optimization of spatial queries have also been discussed in this design. In the end, an implementation of this design is given in a spatial query subsystem. 展开更多
关键词 空间数据库 询问语言 空间数据模型 空间操作 最优化
在线阅读 下载PDF
Immune Algorithm For Document Query Optimization
10
作者 WangZiqiang FengBoqin 《工程科学(英文版)》 2005年第1期89-93,共5页
To efficiently retrieve relevant document from the rapid proliferation of large information collections, a novel immune algorithm for document query optimization is proposed. The essential ideal of the immune algorith... To efficiently retrieve relevant document from the rapid proliferation of large information collections, a novel immune algorithm for document query optimization is proposed. The essential ideal of the immune algorithm is that the crossover and mutation of operator are constructed according to its own characteristics of information retrieval. Immune operator is adopted to avoid degeneracy. Relevant documents retrieved are merged to a single document list according to rank formula. Experimental results show that the novel immune algorithm can lead to substantial improvements of relevant document retrieval effectiveness. 展开更多
关键词 免疫算法 信息检索 文件查询优化 失量空间模型
在线阅读 下载PDF
Learned Distributed Query Optimizer:Architecture and Challenges
11
作者 GAO Jun HAN Yinjun +2 位作者 LIN Yang MIAO Hao XU Mo 《ZTE Communications》 2024年第2期49-54,共6页
The query processing in distributed database management systems(DBMS)faces more challenges,such as more operators,and more factors in cost models and meta-data,than that in a single-node DMBS,in which query optimizati... The query processing in distributed database management systems(DBMS)faces more challenges,such as more operators,and more factors in cost models and meta-data,than that in a single-node DMBS,in which query optimization is already an NP-hard problem.Learned query optimizers(mainly in the single-node DBMS)receive attention due to its capability to capture data distributions and flexible ways to avoid hard-craft rules in refinement and adaptation to new hardware.In this paper,we focus on extensions of learned query optimizers to distributed DBMSs.Specifically,we propose one possible but general architecture of the learned query optimizer in the distributed context and highlight differences from the learned optimizer in the single-node ones.In addition,we discuss the challenges and possible solutions. 展开更多
关键词 distributed query processing query optimization learned query optimizer
在线阅读 下载PDF
面向营商环境评估的异构融合存储区块链查询优化方法
12
作者 李素 王俊陆 +2 位作者 陈泽 王妍 宋宝燕 《计算机科学与探索》 北大核心 2026年第3期892-904,共13页
营商环境的优劣对现代化经济高质量可持续发展具有重要战略意义。为有效提升营商环境评估的可信度与执行效能,针对现有营商区块链系统中存在的存储资源消耗过高、查询接口功能单一、可支持查询模式受限等问题,创新性地提出一种异构融合... 营商环境的优劣对现代化经济高质量可持续发展具有重要战略意义。为有效提升营商环境评估的可信度与执行效能,针对现有营商区块链系统中存在的存储资源消耗过高、查询接口功能单一、可支持查询模式受限等问题,创新性地提出一种异构融合存储区块链查询优化方法。基于营商环境区块链数据多源高维的特性,设计一种链上-链下协同的异构融合存储架构,降低整体存储开销,并为区块数据添加关系语义,实现数据关系语义增强,以支持复杂查询;构建索引机制(包含区块索引、表级位图索引、层次索引),以加速营商环境评估进行数据查询时的访问效率,丰富查询类型;根据不同索引结构的特性适配最佳营商环境评估查询场景,设计三种动态自适应查询优化算法,进一步优化了查询效率。在四类公开数据集上的实验表明,所提方法在保证可用性的前提下,显著降低了存储开销,对三种不同的查询类型具有较短的查询延迟,相较于基线方法,整体性能也有显著提升。 展开更多
关键词 区块链数据库 数据存储 关系语义 索引 查询优化
在线阅读 下载PDF
智能查询优化算法研究综述
13
作者 何家豪 王嘉辰 +3 位作者 王晓 张喜盈 李翠平 陈红 《软件学报》 北大核心 2026年第1期279-300,共22页
查询优化是数据库系统中至关重要的环节,查询优化器通过找出一条查询语句对应的最佳查询计划来减少查询执行的代价.传统优化器依赖固定规则或简单启发式算法加工并筛选候选计划.然而随着实际应用中关系模式和查询逐渐复杂,传统的查询优... 查询优化是数据库系统中至关重要的环节,查询优化器通过找出一条查询语句对应的最佳查询计划来减少查询执行的代价.传统优化器依赖固定规则或简单启发式算法加工并筛选候选计划.然而随着实际应用中关系模式和查询逐渐复杂,传统的查询优化器已经难以满足应用需求.智能查询优化算法将机器学习技术应用到查询优化领域,通过学习查询计划与复杂关系模式的特征来协助传统优化器完成查询优化.此类算法在代价模型、连接优化、计划生成和查询改写等方面都提出了创新有效的解决方案.梳理上述4类智能查询优化算法近年来的研究成果和发展脉络,并对智能查询优化未来的研究方向进行展望,希望研究者可以全面了解智能查询优化算法的研究现状,以助于其后续科研工作的开展. 展开更多
关键词 查询优化 人工智能 强化学习 数据库系统 数据管理
在线阅读 下载PDF
企业信息集成中XQuery引擎的查询优化 被引量:2
14
作者 毕蓉蓉 刘渊 翟学敏 《计算机工程与应用》 CSCD 北大核心 2008年第29期161-164,共4页
通过分析研究已有的XQuery引擎和XQ uery查询优化的方法,从减少编译时间和执行时间角度出发,提出了一种基于XQuery语句自身优化的新型综合性优化方法,经过XQuery中某常见查询进行仿真实验,可以说明该新型综合优化方法有较强的优势,可以... 通过分析研究已有的XQuery引擎和XQ uery查询优化的方法,从减少编译时间和执行时间角度出发,提出了一种基于XQuery语句自身优化的新型综合性优化方法,经过XQuery中某常见查询进行仿真实验,可以说明该新型综合优化方法有较强的优势,可以大大地提高XQuery引擎的查询效率。 展开更多
关键词 企业信息集成 引擎 查询优化 查询重写
在线阅读 下载PDF
基于混合索引的链上数据查询优化
15
作者 张瑞阳 赵明洁 +1 位作者 郭兵 江平洪 《计算机应用》 北大核心 2026年第1期77-84,共8页
针对区块链系统链上数据查询中查询效率低和查询类型少的问题,提出一种区块间索引模型。首先,对于区块中的离散型属性,提出倒排布隆过滤器(IBFS)索引;使用该索引查询数据时无需遍历全部区块,可以在O(1)时间复杂度内定位到目标区块;其次... 针对区块链系统链上数据查询中查询效率低和查询类型少的问题,提出一种区块间索引模型。首先,对于区块中的离散型属性,提出倒排布隆过滤器(IBFS)索引;使用该索引查询数据时无需遍历全部区块,可以在O(1)时间复杂度内定位到目标区块;其次,对于连续型属性,使用聚类算法计算区块内数据的细粒度分布区间,并结合区块内数据的最大最小值构建双层聚类链表(DLCC)索引,从而在查询数据时可过滤更多不含目标数据的区块;最后,在所提索引模型的基础上,设计并实现多种查询算法。实验结果表明,与树型布隆过滤器索引相比,IBFS索引占用的存储空间降低了51.0%,定位到目标区块的时间减少了75.9%;与起止区间索引相比,DLCC索引在范围查询时定位到的区块数减少了55.5%。 展开更多
关键词 区块链 查询优化 索引模型 布隆过滤器 聚类算法
在线阅读 下载PDF
XML查询语言XQuery的分析与研究 被引量:1
16
作者 李元韬 曹志宇 《太原科技》 2010年第1期90-92,共3页
随着XML日益广泛的应用,XML的查询语言XQuery变得尤为重要。阐述了XML的查询语言XQuery,设计并实现了一个基于XQuery的XML查询系统,同时介绍了它的结构框架和执行过程,提出了对其查询优化的具体方案。
关键词 XML Xquery 查询优化
在线阅读 下载PDF
XQuery语言查询优化策略研究 被引量:1
17
作者 吴君 《计算机与数字工程》 2009年第10期182-185,共4页
XQuery查询语言在XPath路径查询的基础上使用FLWR等表达式实现XML数据的复杂查询或重构。查询优化是查询处理中重要的组成部分。文章提出了两个优化策略:路径的关联优化和FLWOR查询的重写,XMark实验表明能有效提高XQuery查询的执行效率。
关键词 Xquery XPATH XMark 查询优化
在线阅读 下载PDF
基于嵌入式关系的一种Multi-join算法
18
作者 何伟 洪晓光 +1 位作者 王海洋 董继润 《计算机科学》 CSCD 北大核心 1999年第7期74-76,共3页
去掉第一范式“原子属性”的限制条件而得到的关系模式称作嵌入式或扩展的关系模式。嵌入式关系模型已经被数据库理论界接受为一种规范的关系模型,它可以有力地支持存储树型(层次)或图形(网状)数据的系统,比如办公自动化、多媒体系统等... 去掉第一范式“原子属性”的限制条件而得到的关系模式称作嵌入式或扩展的关系模式。嵌入式关系模型已经被数据库理论界接受为一种规范的关系模型,它可以有力地支持存储树型(层次)或图形(网状)数据的系统,比如办公自动化、多媒体系统等许多新的应用领域。试验及分析证明嵌入式关系模型与符合第一范式的关系模型同样严格,换句话说,只要遵守更高的规范形式,删除1NF关系“原子属性” 展开更多
关键词 数据库 嵌入式关系 multi-join算法
在线阅读 下载PDF
数据库查询重写技术综述
19
作者 李弋杰 高锦涛 梁璞 《计算机工程与科学》 北大核心 2026年第1期146-161,共16页
数据库中查询语句的写法十分丰富且灵活,针对同一需求,可能会写出千差万别的句式。查询的执行性能直接关系用户体验。查询重写技术将输入的查询转换为等价且性能更优的查询。面对众多的重写规则以及复杂的查询环境,如何设计高质量的查... 数据库中查询语句的写法十分丰富且灵活,针对同一需求,可能会写出千差万别的句式。查询的执行性能直接关系用户体验。查询重写技术将输入的查询转换为等价且性能更优的查询。面对众多的重写规则以及复杂的查询环境,如何设计高质量的查询重写策略挑战巨大。传统查询重写策略基于成本或者基于启发式,但在复杂查询环境下很难得到最优的查询重写结果。随着AI4DB的兴起,将机器学习方法结合到查询重写技术中成为主流,能够进一步解决传统查询重写中存在的问题。因此,首先阐述传统查询重写策略的相关技术以及存在的问题和适用的场景,其次引出基于机器学习的查询重写策略,并重点讨论它们如何提升性能;最后讨论现阶段查询重写存在的问题,并对未来的研究方向提出展望。 展开更多
关键词 查询重写 重写策略 机器学习 查询优化
在线阅读 下载PDF
结合重写与数据并行的XQuery查询优化
20
作者 陈荣鑫 《陕西科技大学学报(自然科学版)》 2011年第6期75-79,93,共6页
XQuery查询优化是提升查询引擎性能的关键途径.根据XQuery语言特点和多数据源的查询需求,通过在XQuery语言层的重写优化获取高效的查询计划;为适应多核计算环境,通过中间语言层的并行原语实现数据并行处理,进一步提升系统性能.开发查询... XQuery查询优化是提升查询引擎性能的关键途径.根据XQuery语言特点和多数据源的查询需求,通过在XQuery语言层的重写优化获取高效的查询计划;为适应多核计算环境,通过中间语言层的并行原语实现数据并行处理,进一步提升系统性能.开发查询引擎原型系统,实例测试表明,该优化方法能有效提升XQuery查询性能. 展开更多
关键词 Xquery语言 查询优化 查询重写 数据并行
在线阅读 下载PDF
上一页 1 2 50 下一页 到第
使用帮助 返回顶部