期刊文献+
共找到487篇文章
< 1 2 25 >
每页显示 20 50 100
Query Optimization Framework for Graph Database in Cloud Dew Environment 被引量:1
1
作者 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
2
作者 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
A Distributed DBMS Based Dynamic Programming Method for Query Optimization
3
作者 孙纪舟 李阳 +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
An Efficient Algorithm for Query Transformation in Semantic Query Optimization
4
作者 何增有 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
5
作者 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
A solution of spatial query processing and query optimization for spatial databases
6
作者 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
Processing and optimization of UMQL-based multimedia queries
7
作者 吴宗大 曹忠升 +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
Research on the User Information Optimized Retrieval Technology in Distributed Database
8
作者 LEI Bo 《International English Education Research》 2019年第3期27-29,共3页
The traditional method first classifies the user information and combines the query method to retrieve the interest information, but neglects to calculate the weight of the user interest information, which leads to th... The traditional method first classifies the user information and combines the query method to retrieve the interest information, but neglects to calculate the weight of the user interest information, which leads to the low retrieval accuracy. A retrieval method based on the fuzzy proximity classification technology is proposed. Approximation between the fuzzy sets is used to represent the consistency between the user interest information features, and the consistency calculation formula and the skewness confidence matrix between the user interest information features are given. The fuzzy classification of the user interest information can obtain the most consistent confidence data and eliminate the redundant approximation interference data. The probabilistic model of the information word frequency and the user interest information length calculates the weight of the user interest information, and adjusts the weight formula constantly. 展开更多
关键词 distributed database USER INFORMATION optimized RETRIEVAL TECHNOLOGY
在线阅读 下载PDF
An Improved Distributed Query for Large-Scale RDF Data
9
作者 Aoran Li Xinmeng Wang +1 位作者 Xueliang Wang Bohan Li 《Journal on Big Data》 2020年第4期157-166,共10页
The rigid structure of the traditional relational database leads to data redundancy,which seriously affects the efficiency of the data query and cannot effectively manage massive data.To solve this problem,we use dist... The rigid structure of the traditional relational database leads to data redundancy,which seriously affects the efficiency of the data query and cannot effectively manage massive data.To solve this problem,we use distributed storage and parallel computing technology to query RDF data.In order to achieve efficient storage and retrieval of large-scale RDF data,we combine the respective advantage of the storage model of the relational database and the distributed query.To overcome the disadvantages of storing and querying RDF data,we design and implement a breadth-first path search algorithm based on the keyword query on a distributed platform.We conduct the LUBM query statements respectively with the selected data sets.In experiments,we compare query response time in different conditions to evaluate the feasibility and correctness of our approaches.The results show that the proposed scheme can reduce the storage cost and improve query efficiency. 展开更多
关键词 RDF distributed query HBASE query optimization
在线阅读 下载PDF
Learned Distributed Query Optimizer:Architecture and Challenges
10
作者 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
Preprocessing of Spatial Query in Distributed GIS
11
作者 Shengsheng Wang Dayou Liu Jie Liu 《通讯和计算机(中英文版)》 2005年第5期1-5,共5页
关键词 地理信息系统 数据处理 操作系统 信息共享
在线阅读 下载PDF
Dynamic Query Optimization Approach for Semantic Database Grid 被引量:2
12
作者 郑骁庆 陈华钧 +1 位作者 吴朝晖 毛郁欣 《Journal of Computer Science & Technology》 SCIE EI CSCD 2006年第4期597-608,共12页
Fundamentally, semantic grid database is about bringing globally distributed databases together in order to coordinate resource sharing and problem solving in which information is given well-defined meaning, and DartG... Fundamentally, semantic grid database is about bringing globally distributed databases together in order to coordinate resource sharing and problem solving in which information is given well-defined meaning, and DartGrid II is the implemented database gird system whose goal is to provide a semantic solution for integrating database resources on the Web. Although many algorithms have been proposed for optimizing query-processing in order to minimize costs and/or response time, associated with obtaining the answer to query in a distributed database system, database grid query optimization problem is fundamentally different from traditional distributed query optimization. These differences are shown to be the consequences of autonomy and heterogeneity of database nodes in database grid. Therefore, more challenges have arisen for query optimization in database grid than traditional distributed database. Following this observation, the design of a query optimizer in DartGrid II is presented, and a heuristic, dynamic and parallel query optimization approach to processing query in database grid is proposed. A set of semantic tools supporting relational database integration and semantic-based information browsing has also been implemented to realize the above vision. 展开更多
关键词 database integration query optimization semantic database grid
原文传递
面向营商环境评估的异构融合存储区块链查询优化方法
13
作者 李素 王俊陆 +2 位作者 陈泽 王妍 宋宝燕 《计算机科学与探索》 北大核心 2026年第3期892-904,共13页
营商环境的优劣对现代化经济高质量可持续发展具有重要战略意义。为有效提升营商环境评估的可信度与执行效能,针对现有营商区块链系统中存在的存储资源消耗过高、查询接口功能单一、可支持查询模式受限等问题,创新性地提出一种异构融合... 营商环境的优劣对现代化经济高质量可持续发展具有重要战略意义。为有效提升营商环境评估的可信度与执行效能,针对现有营商区块链系统中存在的存储资源消耗过高、查询接口功能单一、可支持查询模式受限等问题,创新性地提出一种异构融合存储区块链查询优化方法。基于营商环境区块链数据多源高维的特性,设计一种链上-链下协同的异构融合存储架构,降低整体存储开销,并为区块数据添加关系语义,实现数据关系语义增强,以支持复杂查询;构建索引机制(包含区块索引、表级位图索引、层次索引),以加速营商环境评估进行数据查询时的访问效率,丰富查询类型;根据不同索引结构的特性适配最佳营商环境评估查询场景,设计三种动态自适应查询优化算法,进一步优化了查询效率。在四类公开数据集上的实验表明,所提方法在保证可用性的前提下,显著降低了存储开销,对三种不同的查询类型具有较短的查询延迟,相较于基线方法,整体性能也有显著提升。 展开更多
关键词 区块链数据库 数据存储 关系语义 索引 查询优化
在线阅读 下载PDF
智能查询优化算法研究综述
14
作者 何家豪 王嘉辰 +3 位作者 王晓 张喜盈 李翠平 陈红 《软件学报》 北大核心 2026年第1期279-300,共22页
查询优化是数据库系统中至关重要的环节,查询优化器通过找出一条查询语句对应的最佳查询计划来减少查询执行的代价.传统优化器依赖固定规则或简单启发式算法加工并筛选候选计划.然而随着实际应用中关系模式和查询逐渐复杂,传统的查询优... 查询优化是数据库系统中至关重要的环节,查询优化器通过找出一条查询语句对应的最佳查询计划来减少查询执行的代价.传统优化器依赖固定规则或简单启发式算法加工并筛选候选计划.然而随着实际应用中关系模式和查询逐渐复杂,传统的查询优化器已经难以满足应用需求.智能查询优化算法将机器学习技术应用到查询优化领域,通过学习查询计划与复杂关系模式的特征来协助传统优化器完成查询优化.此类算法在代价模型、连接优化、计划生成和查询改写等方面都提出了创新有效的解决方案.梳理上述4类智能查询优化算法近年来的研究成果和发展脉络,并对智能查询优化未来的研究方向进行展望,希望研究者可以全面了解智能查询优化算法的研究现状,以助于其后续科研工作的开展. 展开更多
关键词 查询优化 人工智能 强化学习 数据库系统 数据管理
在线阅读 下载PDF
Query Optimization for Deductive Databases
15
作者 周傲英 施伯乐 《Journal of Computer Science & Technology》 SCIE EI CSCD 1995年第2期134-148,共15页
A systematic, efficient compilation method for query evaluation of DeductiveDatabases (DeDB) is proposed in this paper. In order to eliminate redundancyand to minimize the potentially relevant facts, which are two key... A systematic, efficient compilation method for query evaluation of DeductiveDatabases (DeDB) is proposed in this paper. In order to eliminate redundancyand to minimize the potentially relevant facts, which are two key issues to theefficiency of a DeDB, the compilation process is decomposed into two phases.The first is the pre-compilation phase, which is responsible for the minimiza-tion of the potentially relevant facts. The second, which we refer to as thegeneral compilation phase, is responsible for the elimination of redundancy.The rule/goal graph devised by J. D. Ullman is appropriately extended andused as a uniform formalism. Two general algorithms corresponding to the twophases respectively are described intuitively and formally 展开更多
关键词 Deductive database query evaluation query optimization
原文传递
PORLES:A Parallel Object Relational Database System
16
作者 Sun Yong\|qiang, Xu Shu\|ting, Zhu Feng\|hua, Lai Shu\|huaDepartment of Computer Science and Engineering, Shanghai Jiaotong University, Shanghai 200030,China 《Wuhan University Journal of Natural Sciences》 CAS 2001年第Z1期100-109,共10页
We developed a parallel object relational DBMS named PORLES. It uses BSP model as its parallel computing model, and monoid calculus as its basis of data model. In this paper, we introduce its data model, parallel que... We developed a parallel object relational DBMS named PORLES. It uses BSP model as its parallel computing model, and monoid calculus as its basis of data model. In this paper, we introduce its data model, parallel query optimization, transaction processing system and parallel access method in detail. 展开更多
关键词 parallel object relational database BSP model data model query optimization
在线阅读 下载PDF
人工智能赋能关系型数据库优化技术:现状与展望 被引量:8
17
作者 乔少杰 李洲 +4 位作者 韩楠 徐泉清 吴涛 袁冠 吴信东 《计算机学报》 北大核心 2025年第7期1639-1669,共31页
传统的关系型数据库优化技术(如连接顺序选择、节点调整、成本估算、索引和视图选择)已经无法满足大数据时代各种业务的高性能需求,尤其是云上的需求。由于人工智能技术拥有学习能力,所以在数据库领域展现出了巨大潜力以及研究前景。本... 传统的关系型数据库优化技术(如连接顺序选择、节点调整、成本估算、索引和视图选择)已经无法满足大数据时代各种业务的高性能需求,尤其是云上的需求。由于人工智能技术拥有学习能力,所以在数据库领域展现出了巨大潜力以及研究前景。本文首先介绍了人工智能应用于关系型数据库的主流方向;其次,探讨基于学习的数据库优化过程中可能遇到的挑战。进而,综述关系型数据库优化的现状及具体技术,并对数据库优化技术的发展进行了展望。重点综述配置优化与查询优化技术:(1)针对数据库配置优化,主要综述索引推荐、视图推荐以及节点调整。索引推荐包括静态推荐和动态推荐。静态推荐依赖于DBA(Database Administrator)从查询日志中选取常见的查询作为代表性工作负载,并基于工作负载选择合适的索引;动态推荐可以使用贪心算法或者动态规划(Dynamic Programming,DP),根据工作负载的变化动态更新索引方案,也可以配合DBA的反馈进行动态调整,基于学习的动态推荐方法可以自动从历史数据中学习,而不依赖于DBA的反馈。视图推荐主要有两个任务,候选视图生成和视图选择,候选视图生成通过分析历史工作负载或重写子查询生成高质量候选视图;视图选择在资源限制下优化子集物化,最小化查询成本。节点调整包括基于搜索的方法、传统机器学习法以及强化学习法。基于搜索的方法可以得到一个较好的节点组合,但可能无法在有限的时间内找到最优的节点值;传统机器学习法可以自动优化节点,但需要优质样本;强化学习可以与环境的持续交互来提高泛化能力,仅需要少量样本进行自动调参;(2)针对查询优化,主要综述基数/代价估计以及连接顺序选择。基数/代价估计分为传统方法与基于学习的方法。传统方法包括直方图、数据画像以及索引采样,现有方法很难支持涉及多表/多列的连接查询,且需要额外空间存放样本;基于学习的方法可以更好地获取表与表、列与列之间的高维关系,并且可以适当地与采样方法结合,达到更好的效果。连接顺序选择包括传统方法、静态学习法以及动态学习法。传统方法通过穷举法、贪心算法或者动态规划来选择一个较好的顺序,但是开销大,无法在短时间选择一个最佳计划;静态学习法可以从历史的查询中学习,以提高未来查询的性能;动态学习法侧重于使用自适应查询处理来学习连接顺序,即使在执行查询时也可以更改连接顺序。 展开更多
关键词 数据库 人工智能 深度学习 强化学习 查询优化
在线阅读 下载PDF
顾及增减挂钩拆旧区的城镇村融合变更方法研究
18
作者 王玮 徐慧珺 +1 位作者 徐海勇 张寿雨 《地理空间信息》 2025年第11期98-101,105,共5页
2023年度变更调查工作要求城镇村变更需根据增减挂钩拆旧区范围对地类图斑进行数据融合,融合后产生的不规则图形需根据数据库建设规范要求进行标准化处理。面对年度变更调查工作的复杂性和多样性,为提高工作的准确性和效率,通过流程优... 2023年度变更调查工作要求城镇村变更需根据增减挂钩拆旧区范围对地类图斑进行数据融合,融合后产生的不规则图形需根据数据库建设规范要求进行标准化处理。面对年度变更调查工作的复杂性和多样性,为提高工作的准确性和效率,通过流程优化的方式改进作业方法,针对不规则图形开发了一种自动化城镇村标注处理工具,实现了图斑批量融合、图属重构、部分小面积图斑自动融合和尖锐角图斑自动化处理等功能,减少了大量人工重复工作。宝应县的实际应用表明,该方法提升了变更调查数据库建设效率,满足了高效批量化城镇村变更和数据融合的需求;自动化处理工具能提高作业效率,为变更调查数据库建设工作提供参考。 展开更多
关键词 数据库建设 增减挂钩拆旧区 城镇村变更 数据融合 语义规则 规则优化
在线阅读 下载PDF
集成空间数据引擎和图数据库的复杂地理时空语义建模研究 被引量:4
19
作者 岳梓晨 钟少波 梅新 《地球信息科学学报》 北大核心 2025年第6期1289-1304,共16页
【目的】知识图谱作为一种融合多模态数据源的前沿技术,在GIS领域获得广泛关注。知识图谱主要通过图数据库构建。然而,目前主流的图数据库对地理时空数据的组织和分析仍面临挑战。【方法】为了解决这一问题,本文提出了一种桥接图数据库... 【目的】知识图谱作为一种融合多模态数据源的前沿技术,在GIS领域获得广泛关注。知识图谱主要通过图数据库构建。然而,目前主流的图数据库对地理时空数据的组织和分析仍面临挑战。【方法】为了解决这一问题,本文提出了一种桥接图数据库和空间数据引擎的时空语义建模与查询优化方法。该方法在图数据库中将地理实体存储为占位符节点(仅保留映射ID),并与时空索引节点(时间树、Geohash编码)建立关联,以增强时空聚合能力。同时,在关系数据库中存储完整的地理时空对象,并采用表分区策略优化检索效率。该方法通过统一标识符和JDBC实现跨数据库地理实体的路由映射,当用户调用图数据库中预注册的时空函数时,查询重写器基于实体标识符将图查询转换为SQL语句,并下推至关系数据库处理,随后将结果反馈至图查询流程。此外,引入两阶段提交协议保障异构数据库的数据同步性。【结果】本文通过集成Neo4j和PostGIS实现了该方法的原型系统,并基于深圳市多源时空数据集(包含出租车轨迹、共享单车轨迹、路网、POI及遥感影像),对不同规模数据进行查询和存储效率实验。结果表明:相较于主流图数据库系统(Neo4j、GraphDB),本方法在地理时空查询中显著提升性能,尤其在复杂计算场景下响应时间可缩短1~2个数量级,并支持原生图数据库无法实现的栅格计算;通过轻量化图节点和PostGIS数据压缩,存储空间减少约3~5倍。相较于虚拟知识图系统(Ontop),本方法在空间查询和存储消耗上差异较小,但在大规模时空查询中响应时间显著缩短。【结论】相较于现有方法,本文方法可直接利用现有图数据库构建实体化时空知识图,提升了地理时空知识图的建模灵活性和查询效率,且支持用户自定义扩展地理时空函数库,为知识图谱中地理时空数据的高效管理和分析提供了新的思路。 展开更多
关键词 图数据库 关系数据库 时空语义 空间数据引擎 查询优化 知识图谱 时空索引
原文传递
基于学习排序的查询优化算法 被引量:1
20
作者 余阳 彭煜玮 《计算机科学》 北大核心 2025年第8期109-117,共9页
查询优化是关系型数据库中的关键环节。在传统的查询优化过程中,为了获得较优的执行计划,通常需要对查询中的连接和过滤操作进行基数估计。然而,基数估计存在不准确的问题,导致查询优化效果往往不尽如人意。目前,已有部分研究通过基于... 查询优化是关系型数据库中的关键环节。在传统的查询优化过程中,为了获得较优的执行计划,通常需要对查询中的连接和过滤操作进行基数估计。然而,基数估计存在不准确的问题,导致查询优化效果往往不尽如人意。目前,已有部分研究通过基于机器学习的方法改善基数估计问题并取得了一定进展。尽管这些方法在处理查询中数值类型的过滤谓词时表现较好,但对于其他复杂的过滤谓词效果不佳。为解决这一问题,文中提出了一种基于学习排序的查询优化算法。该算法能够为单一查询智能评估多个执行计划并排序,从而选择最佳计划执行。该查询优化算法通过迭代挖掘较优执行计划,并协同机器学习方法,最终筛选出最优计划。实验结果表明,该算法在常规数据集上的性能优于当前基于学习的查询优化算法,并且在复杂数据集中具有更加显著的优势。 展开更多
关键词 查询优化 计划生成 学习排序 数据库 连接顺序 连接类型 扫描类型
在线阅读 下载PDF
上一页 1 2 25 下一页 到第
使用帮助 返回顶部