Research on Optimizatiion for Complex Query in Parallel Databases
并行数据库中复杂查询的优化研究
基本信息
- 批准号:07680336
- 负责人:
- 金额:$ 1.54万
- 依托单位:
- 依托单位国家:日本
- 项目类别:Grant-in-Aid for Scientific Research (C)
- 财政年份:1995
- 资助国家:日本
- 起止时间:1995 至 1996
- 项目状态:已结题
- 来源:
- 关键词:
项目摘要
Recently, shared-nothing architecture is becoming the standard for commercial highly parallel machines such a SP-2, AP-1000, PARAGON etc. Thus, there have been a number of commercial parallel database systems implemented on these parallel machines or parallel environment. In order to exploit an inter-operation parallelism, there has been considerable effort focused on developing efficient multi-way join processing schedulers for parallel database systems. From the point of view of large database systems on a shared-nothing system these days, it is important for pipeline processing of multi-way join to transfer large amount of data through the network smoothly. So, parallel database processing on a shared-nothing architecture has to take the network bandwidth into account for query compilation, while most the researches so far done assumed shared everything architecture where network communication cost is neglected. Thus, it is necessary for multi-way joins in shared-nothing environment … More to exploit a new optimization algorithm considering the overlap of the I/O accesses and the network transfers.In this research, we consider parallel multi-way join processing in a shared-nothing environment and show how multi-way join scheduling can be constructed efficiently for a given resource environment under finite network bandwidth. Although the communication bandwidth increases significantly these days, the advent of the disk array also increases the bandwidth of I/O data stream. This means the network could easily saturate when the number of join operation is not so small. Our algorithm first generates sub-tree seeds which fully consumes the network bandwidth in a pipeline processing. Then, these sub-tree seeds are combined each other to finally produce an optimal query tree. The restriction conditions for generating a short-tree which balances the I/O accesses and the network transfers and uses less memory are described in detail. The proposed algorithm for generating the multi-way join plan is evaluated in comparison with former work by using the introduced cost formula. From the evaluation results, not only is the quality of the proposed method better than previously presented algorithms such as left-deep, right-deep and segmented right-deep trees, but the quality of our algorithm does not deteriorate comparatively. Less
最近,无共享架构正在成为商用高度并行机器(如SP-2、AP-1000、PARAGON等)的标准。因此,在这些并行机器或并行环境上实现了许多商业并行数据库系统。为了利用操作间的并行性,在为并行数据库系统开发高效的多路连接处理调度器方面已经付出了相当大的努力。从目前无共享系统上的大型数据库系统来看,多路连接的流水线处理对于保证大量数据在网络上的顺利传输具有重要意义。因此,无共享架构下的并行数据库处理在查询编译时必须考虑网络带宽,而目前的研究大多采用无共享架构,忽略了网络通信成本。因此,对于无共享环境下的多路连接,有必要开发一种考虑I/O访问和网络传输重叠的优化算法。本文研究了无共享环境下的并行多路连接处理,并给出了在有限网络带宽下,如何有效地构造给定资源环境下的多路连接调度。虽然现在通信带宽显著增加,但磁盘阵列的出现也增加了I/O数据流的带宽。这意味着当连接操作的数量不是很小时,网络很容易饱和。该算法首先生成子树种子,在流水线处理中充分消耗网络带宽。然后,将这些子树种子相互组合,最终生成最优查询树。详细描述了生成平衡I/O访问和网络传输、占用较少内存的短树的限制条件。利用引入的代价公式,对所提出的多路连接计划生成算法进行了评价。从评价结果来看,本文方法的质量不仅优于先前提出的左深树、右深树和分割右深树等算法,而且算法的质量也没有相对下降。少
项目成果
期刊论文数量(5)
专著数量(0)
科研奖励数量(0)
会议论文数量(0)
专利数量(0)
中野 美由紀、喜連川 優: "並列関係データベースシステムにおけるバッチ問合せ処理最適化技法の研究" 情報処理学会第52回全国大会論文集(3Q-3). 4. 285-286 (1996)
Miyuki Nakano,Yu Kitsurekawa:“并行关系数据库系统中的批量查询处理优化技术的研究”日本信息处理学会第 52 届全国会议论文集(3Q-3)(1996 年)。
- DOI:
- 发表时间:
- 期刊:
- 影响因子:0
- 作者:
- 通讯作者:
M.Kitsuregawa,M.Nakano and M.Takagi: "Performance Evaluation of Functional Disk System (FDS-R2)" Parallel Architecture for Data/Knowledge Base Systems IEEE COMPUTER SOCIETY PRESS. 202-211 (1995)
M.Kitsurekawa、M.Nakano 和 M.Takagi:“功能磁盘系统 (FDS-R2) 的性能评估”数据/知识库系统的并行架构 IEEE 计算机学会出版社。
- DOI:
- 发表时间:
- 期刊:
- 影响因子:0
- 作者:
- 通讯作者:
Hiroomi Imai, Miyuki Nakano, Masaru Kituregawa: "Consideration on Parallel Hash Join in Distributed Shared Memory Architecture" Proc. of the 53 Anual Convention IPS Japan. IR-8 (1995)
Hiroomi Imai、Miyuki Nakano、Masaru Kiturekawa:“分布式共享内存架构中并行哈希连接的考虑”Proc。
- DOI:
- 发表时间:
- 期刊:
- 影响因子:0
- 作者:
- 通讯作者:
新谷隆彦,中野美由紀,喜連川優: "並列計算機AP1000DDVにおける多重結合演算の実装とその評価" 情報処理学会第51回全国大会論文集(7D-4). 4. 167-168 (1995)
Takahiko Shintani、Miyuki Nakano、Yu Kitsurekawa:“并行计算机 AP1000DDV 上多重连接操作的实现和评估”日本信息处理学会第 51 届全国会议论文集 (7D-4) 4. 167-168 (1995)。
- DOI:
- 发表时间:
- 期刊:
- 影响因子:0
- 作者:
- 通讯作者:
中野美由紀,喜連川優: "並列関係データベースシステムにおける多重問合せ最適化に関する一考察" 情報処理学会 第51回全国大会講演論文集. 7D-1. (1995)
Miyuki Nakano、Yu Kitsurekawa:“并行关系数据库系统中的多重查询优化的研究”日本信息处理学会第 51 届全国会议论文集(1995 年)。
- DOI:
- 发表时间:
- 期刊:
- 影响因子:0
- 作者:
- 通讯作者:
{{
item.title }}
{{ item.translation_title }}
- DOI:
{{ item.doi }} - 发表时间:
{{ item.publish_year }} - 期刊:
- 影响因子:{{ item.factor }}
- 作者:
{{ item.authors }} - 通讯作者:
{{ item.author }}
数据更新时间:{{ journalArticles.updateTime }}
{{ item.title }}
- 作者:
{{ item.author }}
数据更新时间:{{ monograph.updateTime }}
{{ item.title }}
- 作者:
{{ item.author }}
数据更新时间:{{ sciAawards.updateTime }}
{{ item.title }}
- 作者:
{{ item.author }}
数据更新时间:{{ conferencePapers.updateTime }}
{{ item.title }}
- 作者:
{{ item.author }}
数据更新时间:{{ patent.updateTime }}
NAKANO Miyuki其他文献
NAKANO Miyuki的其他文献
{{
item.title }}
{{ item.translation_title }}
- DOI:
{{ item.doi }} - 发表时间:
{{ item.publish_year }} - 期刊:
- 影响因子:{{ item.factor }}
- 作者:
{{ item.authors }} - 通讯作者:
{{ item.author }}
{{ truncateString('NAKANO Miyuki', 18)}}的其他基金
Application Research on Run-time Energy Management Database Systems cooperating with applications' behaviors in cloud computing
云计算中与应用行为配合的运行时能源管理数据库系统应用研究
- 批准号:
24300034 - 财政年份:2012
- 资助金额:
$ 1.54万 - 项目类别:
Grant-in-Aid for Scientific Research (B)
相似国自然基金
Scalable Learning and Optimization: High-dimensional Models and Online Decision-Making Strategies for Big Data Analysis
- 批准号:
- 批准年份:2024
- 资助金额:万元
- 项目类别:合作创新研究团队
基于异构医学影像数据的深度挖掘技术及中枢神经系统重大疾病的精准预测
- 批准号:61672236
- 批准年份:2016
- 资助金额:64.0 万元
- 项目类别:面上项目
内容分发网络中的P2P分群分发技术研究
- 批准号:61100238
- 批准年份:2011
- 资助金额:20.0 万元
- 项目类别:青年科学基金项目
微生物发酵过程的自组织建模与优化控制
- 批准号:60704036
- 批准年份:2007
- 资助金额:21.0 万元
- 项目类别:青年科学基金项目
天然生物材料的多尺度力学与仿生研究
- 批准号:10732050
- 批准年份:2007
- 资助金额:200.0 万元
- 项目类别:重点项目
供应链管理中的稳健型(Robust)策略分析和稳健型优化(Robust Optimization )方法研究
- 批准号:70601028
- 批准年份:2006
- 资助金额:7.0 万元
- 项目类别:青年科学基金项目
气动/结构耦合动力学系统目标敏感性分析的快速准确计算方法及优化设计研究
- 批准号:10402036
- 批准年份:2004
- 资助金额:21.0 万元
- 项目类别:青年科学基金项目
相似海外基金
CAREER: Resilient and Efficient Automatic Control in Energy Infrastructure: An Expert-Guided Policy Optimization Framework
职业:能源基础设施中的弹性和高效自动控制:专家指导的政策优化框架
- 批准号:
2338559 - 财政年份:2024
- 资助金额:
$ 1.54万 - 项目类别:
Standard Grant
CAREER: From Dynamic Algorithms to Fast Optimization and Back
职业:从动态算法到快速优化并返回
- 批准号:
2338816 - 财政年份:2024
- 资助金额:
$ 1.54万 - 项目类别:
Continuing Grant
CAREER: Structured Minimax Optimization: Theory, Algorithms, and Applications in Robust Learning
职业:结构化极小极大优化:稳健学习中的理论、算法和应用
- 批准号:
2338846 - 财政年份:2024
- 资助金额:
$ 1.54万 - 项目类别:
Continuing Grant
Planning: Artificial Intelligence Assisted High-Performance Parallel Computing for Power System Optimization
规划:人工智能辅助高性能并行计算电力系统优化
- 批准号:
2414141 - 财政年份:2024
- 资助金额:
$ 1.54万 - 项目类别:
Standard Grant
CAS: Optimization of CO2 to Methanol Production through Rapid Nanoparticle Synthesis Utilizing MOF Thin Films and Mechanistic Studies.
CAS:利用 MOF 薄膜和机理研究,通过快速纳米粒子合成优化 CO2 生产甲醇。
- 批准号:
2349338 - 财政年份:2024
- 资助金额:
$ 1.54万 - 项目类别:
Continuing Grant
Collaborative Research: An Integrated Framework for Learning-Enabled and Communication-Aware Hierarchical Distributed Optimization
协作研究:支持学习和通信感知的分层分布式优化的集成框架
- 批准号:
2331710 - 财政年份:2024
- 资助金额:
$ 1.54万 - 项目类别:
Standard Grant
Collaborative Research: An Integrated Framework for Learning-Enabled and Communication-Aware Hierarchical Distributed Optimization
协作研究:支持学习和通信感知的分层分布式优化的集成框架
- 批准号:
2331711 - 财政年份:2024
- 资助金额:
$ 1.54万 - 项目类别:
Standard Grant
CAREER: Mitigating the Lack of Labeled Training Data in Machine Learning Based on Multi-level Optimization
职业:基于多级优化缓解机器学习中标记训练数据的缺乏
- 批准号:
2339216 - 财政年份:2024
- 资助金额:
$ 1.54万 - 项目类别:
Continuing Grant
Real Versus Digital: Sustainability optimization for cultural heritage preservation in national libraries
真实与数字:国家图书馆文化遗产保护的可持续性优化
- 批准号:
AH/Z000041/1 - 财政年份:2024
- 资助金额:
$ 1.54万 - 项目类别:
Research Grant
Collaborative Research: SaTC: CORE: Medium: Differentially Private SQL with flexible privacy modeling, machine-checked system design, and accuracy optimization
协作研究:SaTC:核心:中:具有灵活隐私建模、机器检查系统设计和准确性优化的差异化私有 SQL
- 批准号:
2317232 - 财政年份:2024
- 资助金额:
$ 1.54万 - 项目类别:
Continuing Grant