欢迎来到麦多课文档分享! | 帮助中心 海量文档,免费浏览,给你所需,享你所想!
麦多课文档分享
全部分类
  • 标准规范>
  • 教学课件>
  • 考试资料>
  • 办公文档>
  • 学术论文>
  • 行业资料>
  • 易语言源码>
  • ImageVerifierCode 换一换
    首页 麦多课文档分享 > 资源分类 > PPT文档下载
    分享到微信 分享到微博 分享到QQ空间

    A Unified Relational Approach to Grid Information Services(.ppt

    • 资源ID:373199       资源大小:222.50KB        全文页数:32页
    • 资源格式: PPT        下载积分:2000积分
    快捷下载 游客一键下载
    账号登录下载
    微信登录下载
    二维码
    微信扫一扫登录
    下载资源需要2000积分(如需开发票,请勿充值!)
    邮箱/手机:
    温馨提示:
    如需开发票,请勿充值!快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。
    如需开发票,请勿充值!如填写123,账号就是123,密码也是123。
    支付方式: 支付宝扫码支付    微信扫码支付   
    验证码:   换一换

    加入VIP,交流精品资源
     
    账号:
    密码:
    验证码:   换一换
      忘记密码?
        
    友情提示
    2、PDF文件下载后,可能会被浏览器默认打开,此种情况可以点击浏览器菜单,保存网页到桌面,就可以正常下载了。
    3、本站不支持迅雷下载,请使用电脑自带的IE浏览器,或者360浏览器、谷歌浏览器下载即可。
    4、本站资源下载后的文档和图纸-无水印,预览文档经过压缩,下载后原文更清晰。
    5、试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。

    A Unified Relational Approach to Grid Information Services(.ppt

    1、A Unified Relational Approach to Grid Information Services (GWD-GIS-012-1 (Informational),Peter A. Dinda, Northwestern Beth Plale, Georgia Techhttp:/www.cs.nwu.edu/pdinda/relational-gis,2,Related Work,Steve Fisher, RAL Relational model for Grid Performance Working group Interesting thoughts on how t

    2、o provide distributed relational model Jennifer Schopf, “The Dictionary Project”,3,Claim Applications need common compositional queries over information of varying dynamicityApproach Build down from an RDBMS world-view Relational = relational data model and queries Unified = tables and streamsResear

    3、ch Questions How “far down” must we go? What extensions are needed?,1,2,3,4,Outline,Needs of Grid applications Why RDBMS? Our approach (and research) Existence proofs Call for participation,5,Needs of Grid Applications,Compositional queries Application-specific information aggregration Support for i

    4、nformation of varying dynamicity Varying update rates and freshness requirements Seamless inclusion of streaming data A common data model and query language Powerful, high level, declarative, easy-to-optimize,6,Some Examples,Adaptive data parallel SOR Workflow Dv scientific visualization Distributed

    5、 laboratories dQUOB RPS prediction system and Remos RPSDB Grid schedulers GridSearcher,7,Adaptive Data Parallel SOR,Startup: “Find 4 hosts which all have the same architecture and have a combined memory of 0.5 to 1 GB” Compositional Query Over Static Information Adaptation: “Tell me about instances

    6、in which the predicted load on any one of those 4 hosts exceeds the average of their predicted loads by 50%”Compositional Query Over Dynamic Information,?,?,?,?,8,Our Approach,Compositional queries as SQL queries Extensible type hierarchy Extensible schemas and indices Time-bounded non-deterministic

    7、 queries Data streams as relations High update rates and freshness Friendly interfaces for non-experts Decentralized administration and data,Prototype Systems: RPSDB, dQUOB,9,Supporting Compositional Queries,Set operations - Relational Algebra - RDBMS Relational data model Tables with relationships

    8、Indices separately created and managedCan change to meet changing query demands ANSI SQL Powerful, flexible, complete query language Declarative nature (what, not how) enables optimization Decouples app from specific RDBMS implementations Relational database manager ACID (Atomicity, Consistency, Iso

    9、lation, Durability),10,Query Example (RPSDB),11,Extensible Type Hierarchy,Type identifiers Single inheritence tree Is-a relationships Type conversion requirement Set of base types that can be extended Single manager Subtypes added by consensus,12,Extensible Type Hierarchy (RPSDB),unique,benchmark,ho

    10、stbenchmark,hostspecificbenchmark,linkbenchmark,switchbenchmark,switchpecificbenchmark,pathbenchmark,networknode,host,switch,switchport,networklink,networkpath,module,endpoint,flowsource,moduleexec,linksource,nodesource,datasource,13,Schemas and Indices,Schemas encode types into tables and establish

    11、 relationships between the tables Indices determine which relationships are fast with respect to queries,14,Schema (RPSDB),15,Non-deterministic Time-bounded Queries,Queries can be incredibly expensive N-way joins Typically dont need “all the answers” Example: “Find 4 hosts which all have the same ar

    12、chitecture and have a combined memory of 0.5 to 1 GB” Only one such group is needed Typically have time and resource constraints,Run until the deadline, returning a non-deterministic subset of the full query results,16,Example,17,Data Stream Support and Unification,Extend SQL query model to streams

    13、Add dynamic types to hierarchy RPS measurements and predictions, etc. Leverage dQUOB technology Data stream is a set of relational tables SQL-like queries on data stream Stream optimizations enabled by relational model,18,user- definedaction,D D D D D D A T A D D D D D D D D D D D S T R E A M D D D

    14、D D,C1,C2,C3,C4,MPEG compression,bounding box extraction,units conversion,violation notification,user- definedaction,user- definedaction,SQL query,dQUOB Quoblet,19,Fast Updates and Freshness,Dynamic objects will become the majority Update rate and freshness constraints Remote filtering and triggers

    15、Push updates to GIS and to consumers dQUOB-like technologyRDBMS systems support frequent updates,20,Distributed Operation,Centralized model One administrative domain, fine-grain access control, centralized database Decentralized model Multiple administrative domains, distributed database,Centralizat

    16、ion seems to be a real disadvantage for RDBMS Can it be overcome? Should it be overcome? Is distributed operation really necessary?,21,Performance Evaluation,Scalability of relational approach compared to the hierarchical approach Effectiveness of nondeterminism Achievable update rates and freshness

    17、 Value of ACID properties,22,Tensions to explore,RDBMS versus distributed data and decentralized administration and multiple security domains RDBMS versus expensive queries Expressibility versus usability (SQL),23,Interaction with other GIS and Grid Performance Systems,Monitors,Prediction,Non-relati

    18、onal GIS,Relational GIS,App,App,App,Alternatives: MDS Index Nodes, ,24,Claim Applications need common compositional queries over information of varying dynamicityApproach Build down from an RDBMS world-view Relational = relational data model and queries Unified = tables and streamsResearch Questions

    19、 How “far down” must we go? What extensions are needed?,1,2,3,25,Come Join Us,Peter A. Dinda, Northwestern, pdindacs.nwu.edu Beth Plale, Georgia Tech, bethcc.gatech.edu Relational Task Group, http:/www.cs.nwu.edu/pdinda/relational-gis,26,Proposed Areas/Papers,Use cases Expand on the examples in our

    20、paper Type hierarchy and set of base types Useful independent of data model The vision paper (Plale) Schema design / critique Reference implementations Interaction with Steve Fishers work,AREAS RIPE FOR PARTICIPATION!,27,Implementation of Non-deterministic, Time-bounded Queries,Current research Leve

    21、rage work by Olken and Tan, et al Query-rewriting approach Hopefully RDBMS-independent,28,Resource Prediction System,Software Configuration Management: “For each of those hosts, find an RPS prediction stream corresponding to a measurement stream from a load sensor on the host”Compositional Query Ove

    22、r Semistatic Information Performance Monitoring Streams: “Tell me about instances in which the predicted load on any one of those 4 hosts exceeds the average of their predicted loads by 50%”Compositional Query Over Dynamic Streams,29,Dv (and traditional workflow),Startup: “Find a pool of five hosts

    23、each of which have at least a GB of memory for interpolation, a second pool of five different hosts with at least 1 GFLOP/s performance for isosurface extraction, and a third pool of five different hosts with special scene synthesis hardware, where the inter-pool bandwidth is at least 10 MB/s.”Compo

    24、sitional Query Over Static Information Adaptation: “What is the host within the isosurface extraction pool which is expected to have the minimum load over the next 10 seconds?” Compositional Query Over Dynamic Streams,30,Dv as a Query,“Show me the results of rendering the scene synthesized by combin

    25、ing the results of isosurface extraction and morphology reconstruction over regularly grided data resulting from interpolation of this region of the simulation database” Compositional Query Describing An Application No Specific Query Plan is Implied,31,Grid Schedulers,Similar needs, more flexibility

    26、 But these abstractions are important GridSearcher Schopf Compositional Queries over MDS,32,Our Approach,Compositional queries as SQL queries Type hierarchy Schema and indices (including example) Time-bounded non-deterministic queries Data stream support with dQUOB Fast updates and streaming Tensions and questions,Prototype Systems: RPSDB, dQUOB,


    注意事项

    本文(A Unified Relational Approach to Grid Information Services(.ppt)为本站会员(lawfemale396)主动上传,麦多课文档分享仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知麦多课文档分享(点击联系客服),我们立即给予删除!




    关于我们 - 网站声明 - 网站地图 - 资源地图 - 友情链接 - 网站客服 - 联系我们

    copyright@ 2008-2019 麦多课文库(www.mydoc123.com)网站版权所有
    备案/许可证编号:苏ICP备17064731号-1 

    收起
    展开