首页 > 最新文献

[1989] Proceedings. Fifth International Conference on Data Engineering最新文献

英文 中文
Querying and controlling the future behavior of complex objects 查询和控制复杂对象的未来行为
Pub Date : 1989-02-06 DOI: 10.1109/ICDE.1989.47247
A. Tuzhilin, Z. Kedem
The complex system formalism is utilized for describing structural and behavioral properties of complexly structured systems. A complex system is a production system that models a database with complex objects and explicitly supports time and nondeterminism. Consequently, complex systems can be used to predict the evolution of databases. To obtain predictions about future behavior, a futuristic query language is defined. A query optimisation algorithm is provided for a subset of this language. In general, complex systems do not yield unique answers to futuristic queries because of the inherent nondetermination. Therefore, an optimal control problem is formulated that finds behavior satisfying user-defined goals. Subsequently, such goals can be converted into additional system constraints, thus reducing nondeterminism and providing for the optimal system's behavior.<>
复杂系统形式化用于描述复杂结构系统的结构和行为特性。复杂系统是一种生产系统,它用复杂对象对数据库进行建模,并显式地支持时间和不确定性。因此,复杂系统可以用来预测数据库的演变。为了获得对未来行为的预测,定义了一种未来查询语言。为该语言的一个子集提供了查询优化算法。一般来说,由于固有的不确定性,复杂系统不会对未来的查询产生唯一的答案。因此,提出了一个寻找满足用户定义目标的行为的最优控制问题。随后,这样的目标可以转化为额外的系统约束,从而减少不确定性并提供最优的系统行为。
{"title":"Querying and controlling the future behavior of complex objects","authors":"A. Tuzhilin, Z. Kedem","doi":"10.1109/ICDE.1989.47247","DOIUrl":"https://doi.org/10.1109/ICDE.1989.47247","url":null,"abstract":"The complex system formalism is utilized for describing structural and behavioral properties of complexly structured systems. A complex system is a production system that models a database with complex objects and explicitly supports time and nondeterminism. Consequently, complex systems can be used to predict the evolution of databases. To obtain predictions about future behavior, a futuristic query language is defined. A query optimisation algorithm is provided for a subset of this language. In general, complex systems do not yield unique answers to futuristic queries because of the inherent nondetermination. Therefore, an optimal control problem is formulated that finds behavior satisfying user-defined goals. Subsequently, such goals can be converted into additional system constraints, thus reducing nondeterminism and providing for the optimal system's behavior.<<ETX>>","PeriodicalId":329505,"journal":{"name":"[1989] Proceedings. Fifth International Conference on Data Engineering","volume":"107 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1989-02-06","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"134508649","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 2
A seamless integration in object-oriented database systems 面向对象数据库系统的无缝集成
Pub Date : 1989-02-06 DOI: 10.1109/ICDE.1989.47277
K. Whang
A discussion is given on the use of object-oriented database systems for supporting database applications such as office information systems, knowledge-based systems, engineering design databases, (computer-aided design/manufacturing), hypermedia and software engineering databases. Typically, the research on object-oriented database systems has been addressed from two different disciplines: the programming language discipline and the database discipline. The author discusses his motivations from each of the two disciplines and then explains how they are combined into an integrated framework.<>
讨论了如何使用面向对象的数据库系统来支持诸如办公室信息系统、知识系统、工程设计数据库、(计算机辅助设计/制造)、超媒体和软件工程数据库等数据库应用。通常,面向对象数据库系统的研究是从两个不同的学科:程序设计语言学科和数据库学科进行的。作者从这两个学科中分别讨论了他的动机,然后解释了它们是如何组合成一个完整的框架的
{"title":"A seamless integration in object-oriented database systems","authors":"K. Whang","doi":"10.1109/ICDE.1989.47277","DOIUrl":"https://doi.org/10.1109/ICDE.1989.47277","url":null,"abstract":"A discussion is given on the use of object-oriented database systems for supporting database applications such as office information systems, knowledge-based systems, engineering design databases, (computer-aided design/manufacturing), hypermedia and software engineering databases. Typically, the research on object-oriented database systems has been addressed from two different disciplines: the programming language discipline and the database discipline. The author discusses his motivations from each of the two disciplines and then explains how they are combined into an integrated framework.<<ETX>>","PeriodicalId":329505,"journal":{"name":"[1989] Proceedings. Fifth International Conference on Data Engineering","volume":"40 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1989-02-06","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130745944","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 5
Parallel computing with distributed shared data 分布式共享数据的并行计算
Pub Date : 1989-02-06 DOI: 10.1109/ICDE.1989.47253
M. Hsu
Summary form only given. The issue of ease of using shared data in a data-intensive parallel computing environment is discussed. An approach is investigated for transparently supporting data sharing in a loosely coupled parallel computing environment, where a moderate to a large number of individual computing elements are connected via a high-bandwidth network without necessarily physically sharing memory. A system called VOYAGER is discussed which serves as the underlying system facility that supervises the distributed shared virtual memory. VOYAGER allows shared-data parallel applications to take advantage of parallel and distributed processing with relative ease. The application program merely maps the shared data onto its virtual address space replicates itself on distributed machines and spawns appropriate execution threads; the threads would automatically be given coordinated access to the shared data distributed in the network. Multiple computation threads migrate and populate the processors of a number of computing elements, making use of the multiple processors to achieve a high degree of parallelism. The low-level resource management chores are made available once and for all in the underlying facility VOYAGER, usable by many different data-intensive applications.<>
只提供摘要形式。讨论了在数据密集型并行计算环境中使用共享数据的易用性问题。本文研究了一种在松耦合并行计算环境中透明地支持数据共享的方法,在这种环境中,通过高带宽网络连接中等到大量的单个计算元素,而不必物理地共享内存。讨论了一个名为VOYAGER的系统,它作为底层系统设施来监督分布式共享虚拟内存。VOYAGER允许共享数据并行应用程序相对容易地利用并行和分布式处理。应用程序只是将共享数据映射到它的虚拟地址空间,在分布式机器上复制自己,并生成适当的执行线程;线程将自动获得对分布在网络中的共享数据的协调访问权。多个计算线程迁移并填充多个计算元素的处理器,从而利用多个处理器实现高度并行性。底层的资源管理工作在底层的VOYAGER设施中一劳永逸地提供,可供许多不同的数据密集型应用程序使用。
{"title":"Parallel computing with distributed shared data","authors":"M. Hsu","doi":"10.1109/ICDE.1989.47253","DOIUrl":"https://doi.org/10.1109/ICDE.1989.47253","url":null,"abstract":"Summary form only given. The issue of ease of using shared data in a data-intensive parallel computing environment is discussed. An approach is investigated for transparently supporting data sharing in a loosely coupled parallel computing environment, where a moderate to a large number of individual computing elements are connected via a high-bandwidth network without necessarily physically sharing memory. A system called VOYAGER is discussed which serves as the underlying system facility that supervises the distributed shared virtual memory. VOYAGER allows shared-data parallel applications to take advantage of parallel and distributed processing with relative ease. The application program merely maps the shared data onto its virtual address space replicates itself on distributed machines and spawns appropriate execution threads; the threads would automatically be given coordinated access to the shared data distributed in the network. Multiple computation threads migrate and populate the processors of a number of computing elements, making use of the multiple processors to achieve a high degree of parallelism. The low-level resource management chores are made available once and for all in the underlying facility VOYAGER, usable by many different data-intensive applications.<<ETX>>","PeriodicalId":329505,"journal":{"name":"[1989] Proceedings. Fifth International Conference on Data Engineering","volume":"40 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1989-02-06","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132127665","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Identifying and update of derived functions in functional databases 函数数据库中派生函数的识别与更新
Pub Date : 1989-02-06 DOI: 10.1109/ICDE.1989.47206
Ramana Yerneni, S. Lanka
The consistency problems that arise in the design and implementation of functional databases are investigated. The notion of derived functions is used to capture the redundancies that are a common feature of the specification of fundamental databases. To maintain the consistency of databases in the presence of redundant specification, the derived functions in the conceptual schema are identified, and updates on derived functions are performed in a manner consistent with their derivations. An interactive design aid is developed to facilitate the identification of derived functions. Algorithms are developed of derived functions. Algorithms are developed that perform updates in a side-effect-free manner.<>
研究了在功能数据库的设计和实现中出现的一致性问题。派生函数的概念用于捕获冗余,这是基础数据库规范的常见特征。为了在存在冗余规范的情况下保持数据库的一致性,概念模式中的派生函数被识别,派生函数的更新以与其派生一致的方式执行。开发了一个交互式设计辅助工具,以方便派生功能的识别。推导了派生函数的算法。开发了以无副作用的方式执行更新的算法。
{"title":"Identifying and update of derived functions in functional databases","authors":"Ramana Yerneni, S. Lanka","doi":"10.1109/ICDE.1989.47206","DOIUrl":"https://doi.org/10.1109/ICDE.1989.47206","url":null,"abstract":"The consistency problems that arise in the design and implementation of functional databases are investigated. The notion of derived functions is used to capture the redundancies that are a common feature of the specification of fundamental databases. To maintain the consistency of databases in the presence of redundant specification, the derived functions in the conceptual schema are identified, and updates on derived functions are performed in a manner consistent with their derivations. An interactive design aid is developed to facilitate the identification of derived functions. Algorithms are developed of derived functions. Algorithms are developed that perform updates in a side-effect-free manner.<<ETX>>","PeriodicalId":329505,"journal":{"name":"[1989] Proceedings. Fifth International Conference on Data Engineering","volume":"19 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1989-02-06","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132367473","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Does loose AI-DBMS coupling stand a chance? 松散的AI-DBMS耦合有机会吗?
Pub Date : 1989-02-06 DOI: 10.1109/ICDE.1989.47221
A. Sheth
The concept of loose coupling of artificial intelligence systems and database systems is defined. The issues that arise in determining the scope of loose integration are identified. A cache-based architecture being implemented in a knowledge management system project is described. The objective is to develop an interface that is useful for generalized database access from an expert system.<>
定义了人工智能系统与数据库系统松耦合的概念。确定了在确定松散集成范围时出现的问题。描述了在一个知识管理系统项目中实现的基于缓存的体系结构。目标是开发一个接口,用于从专家系统中进行通用数据库访问。
{"title":"Does loose AI-DBMS coupling stand a chance?","authors":"A. Sheth","doi":"10.1109/ICDE.1989.47221","DOIUrl":"https://doi.org/10.1109/ICDE.1989.47221","url":null,"abstract":"The concept of loose coupling of artificial intelligence systems and database systems is defined. The issues that arise in determining the scope of loose integration are identified. A cache-based architecture being implemented in a knowledge management system project is described. The objective is to develop an interface that is useful for generalized database access from an expert system.<<ETX>>","PeriodicalId":329505,"journal":{"name":"[1989] Proceedings. Fifth International Conference on Data Engineering","volume":"16 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1989-02-06","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"133873279","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 6
A scheme for maintaining consistency and availability of replicated files in a partitioned distributed system 一种在分区分布式系统中维护复制文件一致性和可用性的方案
Pub Date : 1989-02-06 DOI: 10.1109/ICDE.1989.47259
Jian Tang, N. Natarajan
A dynamic voting scheme is presented that enhances the availability of replicated files in a distributed system in the presence of network partitions. In such situations, the proposed scheme maintains consistency of replicated files by imposing the following constraint; a node can commit a file update only if its current enclosing group is a majority of the nodes that participated in the most recent update on the file. Thus, the number of nodes that constitutes a majority is reduced dynamically upon successive partitions. Compared to other dynamic voting schemes, the proposed scheme provides higher availability by taking into account partitions that occur between successive file updates. Towards this end, each node maintains, for each file copy, a view of the network in terms of partition groups. When a file update is attempted, the node updates its view by taking into account partitions occurred since previous update. It refines the view, further using views held by other reachable nodes. Another merit of the proposed scheme is that it does not require failures and repairs of links and nodes to be detected instantaneously by all nodes. Different nodes may have different views of the network at any time.<>
提出了一种动态投票方案,提高了分布式系统中存在网络分区时复制文件的可用性。在这种情况下,建议的方案通过施加以下约束来保持复制文件的一致性;只有当节点当前的封闭组是参与文件最近更新的大多数节点时,节点才能提交文件更新。因此,在连续的分区上,构成多数的节点数量会动态减少。与其他动态投票方案相比,该方案考虑了连续文件更新之间的分区,从而提供了更高的可用性。为此,对于每个文件副本,每个节点都按照分区组维护网络视图。当尝试更新文件时,节点通过考虑自上次更新以来发生的分区来更新其视图。它细化视图,进一步使用其他可访问节点持有的视图。该方案的另一个优点是,它不需要所有节点立即检测到链路和节点的故障和修复。不同的节点在任何时候都有不同的网络视图。
{"title":"A scheme for maintaining consistency and availability of replicated files in a partitioned distributed system","authors":"Jian Tang, N. Natarajan","doi":"10.1109/ICDE.1989.47259","DOIUrl":"https://doi.org/10.1109/ICDE.1989.47259","url":null,"abstract":"A dynamic voting scheme is presented that enhances the availability of replicated files in a distributed system in the presence of network partitions. In such situations, the proposed scheme maintains consistency of replicated files by imposing the following constraint; a node can commit a file update only if its current enclosing group is a majority of the nodes that participated in the most recent update on the file. Thus, the number of nodes that constitutes a majority is reduced dynamically upon successive partitions. Compared to other dynamic voting schemes, the proposed scheme provides higher availability by taking into account partitions that occur between successive file updates. Towards this end, each node maintains, for each file copy, a view of the network in terms of partition groups. When a file update is attempted, the node updates its view by taking into account partitions occurred since previous update. It refines the view, further using views held by other reachable nodes. Another merit of the proposed scheme is that it does not require failures and repairs of links and nodes to be detected instantaneously by all nodes. Different nodes may have different views of the network at any time.<<ETX>>","PeriodicalId":329505,"journal":{"name":"[1989] Proceedings. Fifth International Conference on Data Engineering","volume":"51 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1989-02-06","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"133499696","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 12
A pictorial index mechanism for model-based matching 基于模型的匹配的图形索引机制
Pub Date : 1989-02-06 DOI: 10.1109/ICDE.1989.47213
W. Grosky, Peter Neo, R. Mehrotra
An external index mechanism for generating hypotheses in a data-driven object recognition system has been designed, implemented, and tested. The index serves to improve the speed of recognizing objects in a scene. A secondary memory implementation of this approach is discussed. The philosophy behind the present conception of image databases is quite different from that of other researchers in that image interpretation is relied on as the backbone of this approach.<>
在数据驱动的对象识别系统中生成假设的外部索引机制已经设计,实现和测试。该索引用于提高识别场景中物体的速度。讨论了该方法的辅助存储器实现。目前图像数据库概念背后的哲学与其他研究人员的概念大不相同,因为图像解释是这种方法的支柱
{"title":"A pictorial index mechanism for model-based matching","authors":"W. Grosky, Peter Neo, R. Mehrotra","doi":"10.1109/ICDE.1989.47213","DOIUrl":"https://doi.org/10.1109/ICDE.1989.47213","url":null,"abstract":"An external index mechanism for generating hypotheses in a data-driven object recognition system has been designed, implemented, and tested. The index serves to improve the speed of recognizing objects in a scene. A secondary memory implementation of this approach is discussed. The philosophy behind the present conception of image databases is quite different from that of other researchers in that image interpretation is relied on as the backbone of this approach.<<ETX>>","PeriodicalId":329505,"journal":{"name":"[1989] Proceedings. Fifth International Conference on Data Engineering","volume":"29 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1989-02-06","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"126969030","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 81
Parallel computing; one opportunity, four challenges 并行计算;一个机会,四个挑战
Pub Date : 1989-02-06 DOI: 10.1109/ICDE.1989.47252
J. Gaudiot
Integration technologies for parallel computing are discussed. Requirements imposed by the need to properly interconnect large numbers of processing elements are emphasized. Four topics discussed as cornerstones in the field of parallel computing are programmability, communication network design, reliable operation, and performance evaluation and benchmarking.<>
讨论了并行计算的集成技术。由于需要适当地互连大量的处理元件而施加的要求被强调。并行计算领域的四个基础主题是可编程性、通信网络设计、可靠运行、性能评估和基准测试。
{"title":"Parallel computing; one opportunity, four challenges","authors":"J. Gaudiot","doi":"10.1109/ICDE.1989.47252","DOIUrl":"https://doi.org/10.1109/ICDE.1989.47252","url":null,"abstract":"Integration technologies for parallel computing are discussed. Requirements imposed by the need to properly interconnect large numbers of processing elements are emphasized. Four topics discussed as cornerstones in the field of parallel computing are programmability, communication network design, reliable operation, and performance evaluation and benchmarking.<<ETX>>","PeriodicalId":329505,"journal":{"name":"[1989] Proceedings. Fifth International Conference on Data Engineering","volume":"72 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1989-02-06","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127335972","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 3
Generic computer aided software engineering (CASE) databases requirements 通用计算机辅助软件工程(CASE)数据库要求
Pub Date : 1989-02-06 DOI: 10.1109/ICDE.1989.47245
D. Hsieh
Generic requirements are discussed for a CASE (computer-aided software engineering) database based on a study, performed in a programming-in-the-large environment, of a project which involves the interaction of thousands of software developers and over a million lines of source code and other related design objects. The discussion covers data modeling in software engineering and version control, as well as briefly touching on composite/complex object management, object servers, long transactions, and seamless query processing.<>
本文讨论了基于研究的CASE(计算机辅助软件工程)数据库的一般需求,该研究是在大型编程环境中执行的,该项目涉及数千名软件开发人员的交互以及超过一百万行源代码和其他相关设计对象。讨论涵盖了软件工程和版本控制中的数据建模,以及简单地触及复合/复杂对象管理、对象服务器、长事务和无缝查询处理。
{"title":"Generic computer aided software engineering (CASE) databases requirements","authors":"D. Hsieh","doi":"10.1109/ICDE.1989.47245","DOIUrl":"https://doi.org/10.1109/ICDE.1989.47245","url":null,"abstract":"Generic requirements are discussed for a CASE (computer-aided software engineering) database based on a study, performed in a programming-in-the-large environment, of a project which involves the interaction of thousands of software developers and over a million lines of source code and other related design objects. The discussion covers data modeling in software engineering and version control, as well as briefly touching on composite/complex object management, object servers, long transactions, and seamless query processing.<<ETX>>","PeriodicalId":329505,"journal":{"name":"[1989] Proceedings. Fifth International Conference on Data Engineering","volume":"23 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1989-02-06","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127633966","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A buffer management model for use in predicting overall database system performance 用于预测整个数据库系统性能的缓冲区管理模型
Pub Date : 1989-02-06 DOI: 10.1109/ICDE.1989.47250
Ignacio R. Casas, K. Sevcik
A performance model of buffer management is presented that is appropriate for use in the context of a multilayer database performance model. Some empirical evidence that supports the model's hypothesis that database page references are Bradford-Zipf-distributed is provided. A validation of the buffer performance model against data from a real-life environment is reported. Overall, the database buffer management model proposed has accuracy commensurate with that of the other components of multilayer database performance models, yet it does not require extensive parametrization or excessive computation.<>
提出了一个适用于多层数据库性能模型的缓冲区管理性能模型。提供了一些经验证据来支持模型的假设,即数据库页面引用是bradford - zipf分布的。本文报告了针对现实环境数据的缓冲性能模型的验证。总体而言,所提出的数据库缓冲区管理模型具有与多层数据库性能模型的其他组件相当的准确性,但它不需要大量的参数化或过多的计算
{"title":"A buffer management model for use in predicting overall database system performance","authors":"Ignacio R. Casas, K. Sevcik","doi":"10.1109/ICDE.1989.47250","DOIUrl":"https://doi.org/10.1109/ICDE.1989.47250","url":null,"abstract":"A performance model of buffer management is presented that is appropriate for use in the context of a multilayer database performance model. Some empirical evidence that supports the model's hypothesis that database page references are Bradford-Zipf-distributed is provided. A validation of the buffer performance model against data from a real-life environment is reported. Overall, the database buffer management model proposed has accuracy commensurate with that of the other components of multilayer database performance models, yet it does not require extensive parametrization or excessive computation.<<ETX>>","PeriodicalId":329505,"journal":{"name":"[1989] Proceedings. Fifth International Conference on Data Engineering","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1989-02-06","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129687959","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 22
期刊
[1989] Proceedings. Fifth International Conference on Data Engineering
全部 Acc. Chem. Res. ACS Applied Bio Materials ACS Appl. Electron. Mater. ACS Appl. Energy Mater. ACS Appl. Mater. Interfaces ACS Appl. Nano Mater. ACS Appl. Polym. Mater. ACS BIOMATER-SCI ENG ACS Catal. ACS Cent. Sci. ACS Chem. Biol. ACS Chemical Health & Safety ACS Chem. Neurosci. ACS Comb. Sci. ACS Earth Space Chem. ACS Energy Lett. ACS Infect. Dis. ACS Macro Lett. ACS Mater. Lett. ACS Med. Chem. Lett. ACS Nano ACS Omega ACS Photonics ACS Sens. ACS Sustainable Chem. Eng. ACS Synth. Biol. Anal. Chem. BIOCHEMISTRY-US Bioconjugate Chem. BIOMACROMOLECULES Chem. Res. Toxicol. Chem. Rev. Chem. Mater. CRYST GROWTH DES ENERG FUEL Environ. Sci. Technol. Environ. Sci. Technol. Lett. Eur. J. Inorg. Chem. IND ENG CHEM RES Inorg. Chem. J. Agric. Food. Chem. J. Chem. Eng. Data J. Chem. Educ. J. Chem. Inf. Model. J. Chem. Theory Comput. J. Med. Chem. J. Nat. Prod. J PROTEOME RES J. Am. Chem. Soc. LANGMUIR MACROMOLECULES Mol. Pharmaceutics Nano Lett. Org. Lett. ORG PROCESS RES DEV ORGANOMETALLICS J. Org. Chem. J. Phys. Chem. J. Phys. Chem. A J. Phys. Chem. B J. Phys. Chem. C J. Phys. Chem. Lett. Analyst Anal. Methods Biomater. Sci. Catal. Sci. Technol. Chem. Commun. Chem. Soc. Rev. CHEM EDUC RES PRACT CRYSTENGCOMM Dalton Trans. Energy Environ. Sci. ENVIRON SCI-NANO ENVIRON SCI-PROC IMP ENVIRON SCI-WAT RES Faraday Discuss. Food Funct. Green Chem. Inorg. Chem. Front. Integr. Biol. J. Anal. At. Spectrom. J. Mater. Chem. A J. Mater. Chem. B J. Mater. Chem. C Lab Chip Mater. Chem. Front. Mater. Horiz. MEDCHEMCOMM Metallomics Mol. Biosyst. Mol. Syst. Des. Eng. Nanoscale Nanoscale Horiz. Nat. Prod. Rep. New J. Chem. Org. Biomol. Chem. Org. Chem. Front. PHOTOCH PHOTOBIO SCI PCCP Polym. Chem.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1