期刊文献+
共找到483篇文章
< 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
原文传递
Query Optimization for Deductive Databases
13
作者 周傲英 施伯乐 《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
14
作者 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
人工智能赋能关系型数据库优化技术:现状与展望 被引量:6
15
作者 乔少杰 李洲 +4 位作者 韩楠 徐泉清 吴涛 袁冠 吴信东 《计算机学报》 北大核心 2025年第7期1639-1669,共31页
传统的关系型数据库优化技术(如连接顺序选择、节点调整、成本估算、索引和视图选择)已经无法满足大数据时代各种业务的高性能需求,尤其是云上的需求。由于人工智能技术拥有学习能力,所以在数据库领域展现出了巨大潜力以及研究前景。本... 传统的关系型数据库优化技术(如连接顺序选择、节点调整、成本估算、索引和视图选择)已经无法满足大数据时代各种业务的高性能需求,尤其是云上的需求。由于人工智能技术拥有学习能力,所以在数据库领域展现出了巨大潜力以及研究前景。本文首先介绍了人工智能应用于关系型数据库的主流方向;其次,探讨基于学习的数据库优化过程中可能遇到的挑战。进而,综述关系型数据库优化的现状及具体技术,并对数据库优化技术的发展进行了展望。重点综述配置优化与查询优化技术:(1)针对数据库配置优化,主要综述索引推荐、视图推荐以及节点调整。索引推荐包括静态推荐和动态推荐。静态推荐依赖于DBA(Database Administrator)从查询日志中选取常见的查询作为代表性工作负载,并基于工作负载选择合适的索引;动态推荐可以使用贪心算法或者动态规划(Dynamic Programming,DP),根据工作负载的变化动态更新索引方案,也可以配合DBA的反馈进行动态调整,基于学习的动态推荐方法可以自动从历史数据中学习,而不依赖于DBA的反馈。视图推荐主要有两个任务,候选视图生成和视图选择,候选视图生成通过分析历史工作负载或重写子查询生成高质量候选视图;视图选择在资源限制下优化子集物化,最小化查询成本。节点调整包括基于搜索的方法、传统机器学习法以及强化学习法。基于搜索的方法可以得到一个较好的节点组合,但可能无法在有限的时间内找到最优的节点值;传统机器学习法可以自动优化节点,但需要优质样本;强化学习可以与环境的持续交互来提高泛化能力,仅需要少量样本进行自动调参;(2)针对查询优化,主要综述基数/代价估计以及连接顺序选择。基数/代价估计分为传统方法与基于学习的方法。传统方法包括直方图、数据画像以及索引采样,现有方法很难支持涉及多表/多列的连接查询,且需要额外空间存放样本;基于学习的方法可以更好地获取表与表、列与列之间的高维关系,并且可以适当地与采样方法结合,达到更好的效果。连接顺序选择包括传统方法、静态学习法以及动态学习法。传统方法通过穷举法、贪心算法或者动态规划来选择一个较好的顺序,但是开销大,无法在短时间选择一个最佳计划;静态学习法可以从历史的查询中学习,以提高未来查询的性能;动态学习法侧重于使用自适应查询处理来学习连接顺序,即使在执行查询时也可以更改连接顺序。 展开更多
关键词 数据库 人工智能 深度学习 强化学习 查询优化
在线阅读 下载PDF
顾及增减挂钩拆旧区的城镇村融合变更方法研究
16
作者 王玮 徐慧珺 +1 位作者 徐海勇 张寿雨 《地理空间信息》 2025年第11期98-101,105,共5页
2023年度变更调查工作要求城镇村变更需根据增减挂钩拆旧区范围对地类图斑进行数据融合,融合后产生的不规则图形需根据数据库建设规范要求进行标准化处理。面对年度变更调查工作的复杂性和多样性,为提高工作的准确性和效率,通过流程优... 2023年度变更调查工作要求城镇村变更需根据增减挂钩拆旧区范围对地类图斑进行数据融合,融合后产生的不规则图形需根据数据库建设规范要求进行标准化处理。面对年度变更调查工作的复杂性和多样性,为提高工作的准确性和效率,通过流程优化的方式改进作业方法,针对不规则图形开发了一种自动化城镇村标注处理工具,实现了图斑批量融合、图属重构、部分小面积图斑自动融合和尖锐角图斑自动化处理等功能,减少了大量人工重复工作。宝应县的实际应用表明,该方法提升了变更调查数据库建设效率,满足了高效批量化城镇村变更和数据融合的需求;自动化处理工具能提高作业效率,为变更调查数据库建设工作提供参考。 展开更多
关键词 数据库建设 增减挂钩拆旧区 城镇村变更 数据融合 语义规则 规则优化
在线阅读 下载PDF
集成空间数据引擎和图数据库的复杂地理时空语义建模研究 被引量:3
17
作者 岳梓晨 钟少波 梅新 《地球信息科学学报》 北大核心 2025年第6期1289-1304,共16页
【目的】知识图谱作为一种融合多模态数据源的前沿技术,在GIS领域获得广泛关注。知识图谱主要通过图数据库构建。然而,目前主流的图数据库对地理时空数据的组织和分析仍面临挑战。【方法】为了解决这一问题,本文提出了一种桥接图数据库... 【目的】知识图谱作为一种融合多模态数据源的前沿技术,在GIS领域获得广泛关注。知识图谱主要通过图数据库构建。然而,目前主流的图数据库对地理时空数据的组织和分析仍面临挑战。【方法】为了解决这一问题,本文提出了一种桥接图数据库和空间数据引擎的时空语义建模与查询优化方法。该方法在图数据库中将地理实体存储为占位符节点(仅保留映射ID),并与时空索引节点(时间树、Geohash编码)建立关联,以增强时空聚合能力。同时,在关系数据库中存储完整的地理时空对象,并采用表分区策略优化检索效率。该方法通过统一标识符和JDBC实现跨数据库地理实体的路由映射,当用户调用图数据库中预注册的时空函数时,查询重写器基于实体标识符将图查询转换为SQL语句,并下推至关系数据库处理,随后将结果反馈至图查询流程。此外,引入两阶段提交协议保障异构数据库的数据同步性。【结果】本文通过集成Neo4j和PostGIS实现了该方法的原型系统,并基于深圳市多源时空数据集(包含出租车轨迹、共享单车轨迹、路网、POI及遥感影像),对不同规模数据进行查询和存储效率实验。结果表明:相较于主流图数据库系统(Neo4j、GraphDB),本方法在地理时空查询中显著提升性能,尤其在复杂计算场景下响应时间可缩短1~2个数量级,并支持原生图数据库无法实现的栅格计算;通过轻量化图节点和PostGIS数据压缩,存储空间减少约3~5倍。相较于虚拟知识图系统(Ontop),本方法在空间查询和存储消耗上差异较小,但在大规模时空查询中响应时间显著缩短。【结论】相较于现有方法,本文方法可直接利用现有图数据库构建实体化时空知识图,提升了地理时空知识图的建模灵活性和查询效率,且支持用户自定义扩展地理时空函数库,为知识图谱中地理时空数据的高效管理和分析提供了新的思路。 展开更多
关键词 图数据库 关系数据库 时空语义 空间数据引擎 查询优化 知识图谱 时空索引
原文传递
基于学习排序的查询优化算法 被引量:1
18
作者 余阳 彭煜玮 《计算机科学》 北大核心 2025年第8期109-117,共9页
查询优化是关系型数据库中的关键环节。在传统的查询优化过程中,为了获得较优的执行计划,通常需要对查询中的连接和过滤操作进行基数估计。然而,基数估计存在不准确的问题,导致查询优化效果往往不尽如人意。目前,已有部分研究通过基于... 查询优化是关系型数据库中的关键环节。在传统的查询优化过程中,为了获得较优的执行计划,通常需要对查询中的连接和过滤操作进行基数估计。然而,基数估计存在不准确的问题,导致查询优化效果往往不尽如人意。目前,已有部分研究通过基于机器学习的方法改善基数估计问题并取得了一定进展。尽管这些方法在处理查询中数值类型的过滤谓词时表现较好,但对于其他复杂的过滤谓词效果不佳。为解决这一问题,文中提出了一种基于学习排序的查询优化算法。该算法能够为单一查询智能评估多个执行计划并排序,从而选择最佳计划执行。该查询优化算法通过迭代挖掘较优执行计划,并协同机器学习方法,最终筛选出最优计划。实验结果表明,该算法在常规数据集上的性能优于当前基于学习的查询优化算法,并且在复杂数据集中具有更加显著的优势。 展开更多
关键词 查询优化 计划生成 学习排序 数据库 连接顺序 连接类型 扫描类型
在线阅读 下载PDF
查询负载变化自适应的数据库索引推荐方法
19
作者 吴康 牛祥虞 +3 位作者 游进国 虞文波 李晓武 丁家满 《计算机应用研究》 北大核心 2025年第9期2758-2764,共7页
在目前基于深度强化学习的数据库索引推荐中,当负载变化时,由于实际负载与训练负载差距较大,模型的推荐效果会显著下降。针对现有基于深度强化学习的索引推荐算法在负载增量变化下自适应性和模型泛化性不足的问题,提出了一个基于多智能... 在目前基于深度强化学习的数据库索引推荐中,当负载变化时,由于实际负载与训练负载差距较大,模型的推荐效果会显著下降。针对现有基于深度强化学习的索引推荐算法在负载增量变化下自适应性和模型泛化性不足的问题,提出了一个基于多智能体迁移强化学习的索引推荐算法MARLIA(multi-agent reinforcement learning index advisor)。该算法结合了迁移学习的思想,使用多智能体进行模型训练。在负载变化更新导致模型推荐效果下降时,该算法可以利用策略蒸馏的方式将旧索引推荐策略传递给新索引推荐智能体,提高了模型的泛化性和对动态负载的支持。在TPC-H数据集上的实验结果表明,该算法的负载代价提升率与基线算法相比稳定在7%以内,在负载为120条时缓存命中率为76.3%。该研究表明,MARLIA算法在负载变化时具有强大的自适应性和模型泛化能力。 展开更多
关键词 数据库优化 负载自适应 索引推荐 强化学习 迁移学习
在线阅读 下载PDF
基于机器学习的数据库查询性能优化方法探讨 被引量:2
20
作者 徐多 《信息与电脑》 2025年第8期176-178,共3页
为提升数据库查询性能,文章首先探讨了传统查询优化方法与基于机器学习的查询优化技术,分析了传统查询优化的基本概念与方法,包括基于规则的优化、启发式优化等,并指出了其局限性;其次,探讨了机器学习在查询优化中的应用,特别是查询执... 为提升数据库查询性能,文章首先探讨了传统查询优化方法与基于机器学习的查询优化技术,分析了传统查询优化的基本概念与方法,包括基于规则的优化、启发式优化等,并指出了其局限性;其次,探讨了机器学习在查询优化中的应用,特别是查询执行计划预测;最后,分析了基于回归、分类模型的查询优化算法,以及深度学习和强化学习在此领域的应用。研究表明,机器学习方法能有效提高查询优化的准确性与效率,特别是在处理复杂查询优化问题方面,深度学习和强化学习展现出巨大的潜力。未来,应加强机器学习模型的融合与优化,以进一步提升数据库性能。 展开更多
关键词 机器学习 数据库查询优化 查询执行计划
在线阅读 下载PDF
上一页 1 2 25 下一页 到第
使用帮助 返回顶部