首页 > 最新文献

21st International Conference on Data Engineering (ICDE'05)最新文献

英文 中文
Cost-driven general join view maintenance over distributed data sources 成本驱动的分布式数据源上的通用连接视图维护
Pub Date : 2005-04-05 DOI: 10.1109/ICDE.2005.40
B. Liu, Elke A. Rundensteiner
Maintaining materialized views that have join conditions between arbitrary pairs of data sources possibly with cycles is critical for many applications. In this paper, we model view maintenance as the process of answering a set of inter-related distributed multi-join queries. We illustrate two strategies for maintaining as well as optimizing such general join views. We propose a cost-driven view maintenance framework which generates optimized maintenance plans tuned to a given environmental settings. This framework can significantly improve view maintenance performance especially in a distributed environment.
对于许多应用程序来说,维护具有任意数据源对(可能带有循环)之间的连接条件的物化视图至关重要。本文将视图维护建模为回答一组相互关联的分布式多连接查询的过程。我们将说明维护和优化这种通用连接视图的两种策略。我们提出了一个成本驱动的视图维护框架,该框架可以根据给定的环境设置生成优化的维护计划。这个框架可以显著提高视图维护性能,尤其是在分布式环境中。
{"title":"Cost-driven general join view maintenance over distributed data sources","authors":"B. Liu, Elke A. Rundensteiner","doi":"10.1109/ICDE.2005.40","DOIUrl":"https://doi.org/10.1109/ICDE.2005.40","url":null,"abstract":"Maintaining materialized views that have join conditions between arbitrary pairs of data sources possibly with cycles is critical for many applications. In this paper, we model view maintenance as the process of answering a set of inter-related distributed multi-join queries. We illustrate two strategies for maintaining as well as optimizing such general join views. We propose a cost-driven view maintenance framework which generates optimized maintenance plans tuned to a given environmental settings. This framework can significantly improve view maintenance performance especially in a distributed environment.","PeriodicalId":297231,"journal":{"name":"21st International Conference on Data Engineering (ICDE'05)","volume":"4 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2005-04-05","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132954209","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}
引用次数: 11
XQuery midflight: emerging database-oriented paradigms and a classification of research advances XQuery中途飞行:新兴的面向数据库的范式和分类研究进展
Pub Date : 2005-04-05 DOI: 10.1109/ICDE.2005.158
I. Manolescu, Y. Papakonstantinou
XQuery processing is one of the prime research topics of the database community. At the same time, XQuery research is still in a "pre-paradigmatic" stage, where the conventional symptoms of the stage are observed: It is hard to piece together point efforts into a big picture. Similarities and interplay opportunities between parallel efforts are "lost in the translation" across the different paradigms. The goal of this tutorial is to federate the plethora of works, and categorize existing work and future topics along a few reference paradigms that fuse existing results around a reference architecture.
XQuery处理是数据库社区的主要研究课题之一。与此同时,XQuery研究仍处于“前范式”阶段,在这个阶段可以观察到该阶段的常规症状:很难将各个点的努力拼凑成一个大图景。在不同的范式中,平行努力之间的相似性和相互作用机会“在翻译中丢失”。本教程的目标是联合大量的工作,并根据几个参考范例对现有工作和未来的主题进行分类,这些范例围绕参考体系结构融合了现有的结果。
{"title":"XQuery midflight: emerging database-oriented paradigms and a classification of research advances","authors":"I. Manolescu, Y. Papakonstantinou","doi":"10.1109/ICDE.2005.158","DOIUrl":"https://doi.org/10.1109/ICDE.2005.158","url":null,"abstract":"XQuery processing is one of the prime research topics of the database community. At the same time, XQuery research is still in a \"pre-paradigmatic\" stage, where the conventional symptoms of the stage are observed: It is hard to piece together point efforts into a big picture. Similarities and interplay opportunities between parallel efforts are \"lost in the translation\" across the different paradigms. The goal of this tutorial is to federate the plethora of works, and categorize existing work and future topics along a few reference paradigms that fuse existing results around a reference architecture.","PeriodicalId":297231,"journal":{"name":"21st International Conference on Data Engineering (ICDE'05)","volume":"22 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2005-04-05","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128860468","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}
引用次数: 7
Index support for frequent itemset mining in a relational DBMS 在关系DBMS中对频繁项集挖掘的索引支持
Pub Date : 2005-04-05 DOI: 10.1109/ICDE.2005.80
Elena Baralis, T. Cerquitelli, S. Chiusano
Many efforts have been devoted to couple data mining activities with relational DBMSs, but a true integration into the relational DBMS kernel has been rarely achieved. This paper presents a novel indexing technique, which represents transactions in a succinct form, appropriate for tightly integrating frequent itemset mining in a relational DBMS. The data representation is complete, i.e., no support threshold is enforced, in order to allow reusing the index for mining itemsets with any support threshold. Furthermore, an appropriate structure of the stored information has been devised, in order to allow a selective access of the index blocks necessary for the current extraction phase. The index has been implemented into the PostgreSQL open source DBMS and exploits its physical level access methods. Experiments have been run for various datasets, characterized by different data distributions. The execution time of the frequent itemset extraction task exploiting the index is always comparable with and sometime faster than a C++ implementation of the FP-growth algorithm accessing data stored on a flat file.
许多工作都致力于将数据挖掘活动与关系DBMS结合起来,但是很少实现与关系DBMS内核的真正集成。本文提出了一种新的索引技术,它以一种简洁的形式表示事务,适合于在关系DBMS中紧密集成频繁项集挖掘。数据表示是完整的,即没有强制执行支持阈值,以便允许重用索引来挖掘具有任何支持阈值的项集。此外,还设计了存储信息的适当结构,以便允许对当前提取阶段所需的索引块进行选择性访问。该索引已经在PostgreSQL开源DBMS中实现,并利用了它的物理层访问方法。实验已经运行了各种数据集,具有不同的数据分布特征。利用索引的频繁项集提取任务的执行时间总是与访问平面文件上存储的数据的fp增长算法的c++实现相当,有时甚至比它更快。
{"title":"Index support for frequent itemset mining in a relational DBMS","authors":"Elena Baralis, T. Cerquitelli, S. Chiusano","doi":"10.1109/ICDE.2005.80","DOIUrl":"https://doi.org/10.1109/ICDE.2005.80","url":null,"abstract":"Many efforts have been devoted to couple data mining activities with relational DBMSs, but a true integration into the relational DBMS kernel has been rarely achieved. This paper presents a novel indexing technique, which represents transactions in a succinct form, appropriate for tightly integrating frequent itemset mining in a relational DBMS. The data representation is complete, i.e., no support threshold is enforced, in order to allow reusing the index for mining itemsets with any support threshold. Furthermore, an appropriate structure of the stored information has been devised, in order to allow a selective access of the index blocks necessary for the current extraction phase. The index has been implemented into the PostgreSQL open source DBMS and exploits its physical level access methods. Experiments have been run for various datasets, characterized by different data distributions. The execution time of the frequent itemset extraction task exploiting the index is always comparable with and sometime faster than a C++ implementation of the FP-growth algorithm accessing data stored on a flat file.","PeriodicalId":297231,"journal":{"name":"21st International Conference on Data Engineering (ICDE'05)","volume":"7 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2005-04-05","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115874715","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}
引用次数: 27
XGuard: a system for publishing XML documents without information leakage in the presence of data inference XGuard:一个发布XML文档的系统,在存在数据推断的情况下不会泄露信息
Pub Date : 2005-04-05 DOI: 10.1109/ICDE.2005.156
Xiaochun Yang, Chen Li, Ge Yu, L. Shi
In data publishing, if the data is published carelessly, public users could use common knowledge to infer more information from the published data, causing leakage of sensitive information. To address related research challenges, we develop a system called XGuard, which can help data owners publish a partial XML document without leaking sensitive information, even if public users can do inference. Specifically, the system has the following functionalities. i) It allows the data owner to define sensitive information and specify common knowledge as XML constraints. ii) Given a partial document, the system can validate if the document can cause information leakage due to common knowledge and how much data can be leaked. iii) The system can help the data owner interactively analyze the data inference and produce a secure valid partial document using the algorithms.
在数据发布中,如果不小心发布了数据,公众用户可以利用常识从发布的数据中推断出更多的信息,从而造成敏感信息的泄露。为了解决相关的研究挑战,我们开发了一个名为XGuard的系统,它可以帮助数据所有者发布部分XML文档而不会泄露敏感信息,即使公共用户可以进行推断。具体来说,该系统具有以下功能。i)它允许数据所有者定义敏感信息并将公共知识指定为XML约束。ii)给定部分文档,系统可以验证该文档是否会因为常识导致信息泄露,以及可能泄露的数据量。iii)系统可以帮助数据所有者交互分析数据推理,并使用算法生成安全有效的部分文档。
{"title":"XGuard: a system for publishing XML documents without information leakage in the presence of data inference","authors":"Xiaochun Yang, Chen Li, Ge Yu, L. Shi","doi":"10.1109/ICDE.2005.156","DOIUrl":"https://doi.org/10.1109/ICDE.2005.156","url":null,"abstract":"In data publishing, if the data is published carelessly, public users could use common knowledge to infer more information from the published data, causing leakage of sensitive information. To address related research challenges, we develop a system called XGuard, which can help data owners publish a partial XML document without leaking sensitive information, even if public users can do inference. Specifically, the system has the following functionalities. i) It allows the data owner to define sensitive information and specify common knowledge as XML constraints. ii) Given a partial document, the system can validate if the document can cause information leakage due to common knowledge and how much data can be leaked. iii) The system can help the data owner interactively analyze the data inference and produce a secure valid partial document using the algorithms.","PeriodicalId":297231,"journal":{"name":"21st International Conference on Data Engineering (ICDE'05)","volume":"49 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2005-04-05","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115987148","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}
引用次数: 4
iBOM: a platform for intelligent business operation management iBOM:智能业务运营管理平台
Pub Date : 2005-04-05 DOI: 10.1109/ICDE.2005.73
M. Castellanos, F. Casati, M. Shan, U. Dayal
As IT systems become more and more complex and as business operations become increasingly automated, there is a growing need from business managers to have better control on business operations and on how these are aligned with business goals. This paper describes iBOM, a platform for business operation management developed by HP that allows users to i) analyze operations from a business perspective and manage them based on business goals; ii) define business metrics, perform intelligent analysis on them to understand causes of undesired metric values, and predict future values; iii) optimize operations to improve business metrics. A key aspect is that all this functionality is readily available almost at the click of the mouse. The description of the work proceeds from some specific requirements to the solution developed to address them. We also show that the platform is indeed general, as demonstrated by subsequent deployment domains other than finance.
随着IT系统变得越来越复杂,业务操作变得越来越自动化,业务经理越来越需要更好地控制业务操作,以及如何使这些操作与业务目标保持一致。本文介绍了惠普公司开发的企业运营管理平台iBOM,用户可以从业务角度分析运营,并根据业务目标对其进行管理;Ii)定义业务指标,对其进行智能分析,了解不期望的指标值的原因,并预测未来的值;Iii)优化运营以改进业务指标。一个关键的方面是,所有这些功能都是随时可用的,几乎在点击鼠标。对工作的描述从一些特定的需求开始,一直到为解决这些需求而开发的解决方案。我们还表明,该平台确实是通用的,正如金融以外的后续部署领域所证明的那样。
{"title":"iBOM: a platform for intelligent business operation management","authors":"M. Castellanos, F. Casati, M. Shan, U. Dayal","doi":"10.1109/ICDE.2005.73","DOIUrl":"https://doi.org/10.1109/ICDE.2005.73","url":null,"abstract":"As IT systems become more and more complex and as business operations become increasingly automated, there is a growing need from business managers to have better control on business operations and on how these are aligned with business goals. This paper describes iBOM, a platform for business operation management developed by HP that allows users to i) analyze operations from a business perspective and manage them based on business goals; ii) define business metrics, perform intelligent analysis on them to understand causes of undesired metric values, and predict future values; iii) optimize operations to improve business metrics. A key aspect is that all this functionality is readily available almost at the click of the mouse. The description of the work proceeds from some specific requirements to the solution developed to address them. We also show that the platform is indeed general, as demonstrated by subsequent deployment domains other than finance.","PeriodicalId":297231,"journal":{"name":"21st International Conference on Data Engineering (ICDE'05)","volume":"306 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2005-04-05","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116187715","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}
引用次数: 97
Distributed XML stream filtering system with high scalability 具有高扩展性的分布式XML流过滤系统
Pub Date : 2005-04-05 DOI: 10.1109/ICDE.2005.50
Hiroyuki Uchiyama, Makoto Onizuka, Takashi Honishi
We propose a distributed XML stream filtering system that uses a large number of subscribers' profiles, written in XPath expressions, to filter XML streams and then publish the filtered data in real-time. To realize the proposed system, we define XPath expression features on XML data and utilize them to forecast the servers' loads. Our method is realized by combining methods to share the total transfer loads of each filtering server and to equalize the sum of overlap size between filtering servers. Experiments show that the rate at which the publishing time increases with the number of XPath expressions is three times smaller in the proposed system than in the round-robin method. Furthermore, the overhead of the proposed method is quite low.
我们提出了一种分布式XML流过滤系统,该系统使用大量用户的配置文件,以XPath表达式编写,对XML流进行过滤,然后实时发布过滤后的数据。为了实现该系统,我们在XML数据上定义了XPath表达式特征,并利用它们来预测服务器的负载。我们的方法是通过组合方法来实现每个过滤服务器的总传输负载共享和过滤服务器之间的重叠大小之和的均衡。实验表明,在所提出的系统中,发布时间随XPath表达式数量增加的速率比循环方法小三倍。此外,所提方法的开销相当低。
{"title":"Distributed XML stream filtering system with high scalability","authors":"Hiroyuki Uchiyama, Makoto Onizuka, Takashi Honishi","doi":"10.1109/ICDE.2005.50","DOIUrl":"https://doi.org/10.1109/ICDE.2005.50","url":null,"abstract":"We propose a distributed XML stream filtering system that uses a large number of subscribers' profiles, written in XPath expressions, to filter XML streams and then publish the filtered data in real-time. To realize the proposed system, we define XPath expression features on XML data and utilize them to forecast the servers' loads. Our method is realized by combining methods to share the total transfer loads of each filtering server and to equalize the sum of overlap size between filtering servers. Experiments show that the rate at which the publishing time increases with the number of XPath expressions is three times smaller in the proposed system than in the round-robin method. Furthermore, the overhead of the proposed method is quite low.","PeriodicalId":297231,"journal":{"name":"21st International Conference on Data Engineering (ICDE'05)","volume":"461 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2005-04-05","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125810872","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}
引用次数: 9
RelaxImage: a cross-media meta-search engine for searching images from Web based on query relaxation RelaxImage:一个基于查询松弛的跨媒体元搜索引擎,用于从Web中搜索图像
Pub Date : 2005-04-05 DOI: 10.1109/ICDE.2005.122
Akihiro Kuwabara, Katsumi Tanaka
We introduce a cross-media meta-search engine RelaxImage for searching images from Web. Notable features of the RelaxImage are as follows: (1) each user's keyword query is "relaxed", that is, by gradually relaxing the search terms used for image search, we can solve the problem of conventional image search engine such as Google. (2) For searching images, our RelaxImage sends a different keyword-query to each search engine of different media-type. We show several examples of how the relaxation approach works as well as ways that it can be applied. That is, our RelaxImage shows a great improvement for increasing recall ratio without decreasing of precision ratio.
我们介绍了一个跨媒体元搜索引擎,用于从Web中搜索图像。RelaxImage的显著特点是:(1)每个用户的关键词查询是“放松的”,即通过逐步放松用于图像搜索的搜索词,可以解决常规图像搜索引擎如Google的问题。(2)对于搜索图像,我们的RelaxImage会向不同媒体类型的每个搜索引擎发送不同的关键字查询。我们展示了几个例子来说明放松方法是如何工作的,以及它可以应用的方法。也就是说,我们的RelaxImage在不降低查准率的情况下提高了查全率。
{"title":"RelaxImage: a cross-media meta-search engine for searching images from Web based on query relaxation","authors":"Akihiro Kuwabara, Katsumi Tanaka","doi":"10.1109/ICDE.2005.122","DOIUrl":"https://doi.org/10.1109/ICDE.2005.122","url":null,"abstract":"We introduce a cross-media meta-search engine RelaxImage for searching images from Web. Notable features of the RelaxImage are as follows: (1) each user's keyword query is \"relaxed\", that is, by gradually relaxing the search terms used for image search, we can solve the problem of conventional image search engine such as Google. (2) For searching images, our RelaxImage sends a different keyword-query to each search engine of different media-type. We show several examples of how the relaxation approach works as well as ways that it can be applied. That is, our RelaxImage shows a great improvement for increasing recall ratio without decreasing of precision ratio.","PeriodicalId":297231,"journal":{"name":"21st International Conference on Data Engineering (ICDE'05)","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2005-04-05","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128655665","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}
引用次数: 7
QoSMig: adaptive rate-controlled migration of bulk data in storage systems QoSMig:存储系统中批量数据的自适应速率控制迁移
Pub Date : 2005-04-05 DOI: 10.1109/ICDE.2005.116
K. Dasgupta, S. Ghosal, R. Jain, Upendra Sharma, Akshat Verma
Logical reorganization of data and requirements of differentiated QoS in information systems necessitate bulk data migration by the underlying storage layer. Such data migration needs to ensure that regular client I/Os are not impacted significantly while migration is in progress. We formalize the data migration problem in a unified admission control framework that captures both the performance requirements of client I/Os and the constraints associated with migration. We propose an adaptive rate-control based data migration methodology, QoSMig, that achieves the optimal client performance in a differentiated QoS setting, while ensuring that the specified migration constraints are met QoSMig uses both long term averages and short term forecasts of client traffic to compute a migration schedule. We present an architecture based on Service Level Enforcement Discipline for Storage (SLEDS) that supports QoSMig. Our trace-driven experimental study demonstrates that QoSMig provides significantly better I/O performance as compared to existing migration methodologies.
信息系统中数据的逻辑重组和差异化QoS的要求要求底层存储层对数据进行批量迁移。这种数据迁移需要确保在迁移过程中不会对常规客户端I/ o产生重大影响。我们将数据迁移问题形式化在一个统一的准入控制框架中,该框架捕获了客户端I/ o的性能需求和与迁移相关的约束。我们提出了一种基于自适应速率控制的数据迁移方法,QoSMig,它在差异化QoS设置中实现最佳客户端性能,同时确保满足指定的迁移约束。QoSMig使用客户端流量的长期平均值和短期预测来计算迁移计划。我们的跟踪驱动实验研究表明,与现有的迁移方法相比,QoSMig提供了更好的I/O性能。
{"title":"QoSMig: adaptive rate-controlled migration of bulk data in storage systems","authors":"K. Dasgupta, S. Ghosal, R. Jain, Upendra Sharma, Akshat Verma","doi":"10.1109/ICDE.2005.116","DOIUrl":"https://doi.org/10.1109/ICDE.2005.116","url":null,"abstract":"Logical reorganization of data and requirements of differentiated QoS in information systems necessitate bulk data migration by the underlying storage layer. Such data migration needs to ensure that regular client I/Os are not impacted significantly while migration is in progress. We formalize the data migration problem in a unified admission control framework that captures both the performance requirements of client I/Os and the constraints associated with migration. We propose an adaptive rate-control based data migration methodology, QoSMig, that achieves the optimal client performance in a differentiated QoS setting, while ensuring that the specified migration constraints are met QoSMig uses both long term averages and short term forecasts of client traffic to compute a migration schedule. We present an architecture based on Service Level Enforcement Discipline for Storage (SLEDS) that supports QoSMig. Our trace-driven experimental study demonstrates that QoSMig provides significantly better I/O performance as compared to existing migration methodologies.","PeriodicalId":297231,"journal":{"name":"21st International Conference on Data Engineering (ICDE'05)","volume":"212 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2005-04-05","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115963590","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}
引用次数: 34
Database architectures for new hardware 新硬件的数据库架构
Pub Date : 2005-04-05 DOI: 10.1109/ICDE.2005.45
A. Ailamaki
Few years ago, DBMS stored data on disks and cached recently used data in main memory buffer pools, while designers worried about improving I/O performance and maximizing main memory utilization. Today, however, databases live in multi-level memory hierarchies that include disks, main memories, and several levels of processor caches. Recent research shows that all levels of the underlying computer hardware and devices directly influence database performance. This paper aims at (a) explaining why database performance depends on modern processor and memory microarchitectures, (b) surveying and contrasting research on the topic over the past decade, and (c) discussing future research challenges.
几年前,DBMS将数据存储在磁盘上,并将最近使用的数据缓存在主存缓冲池中,而设计人员担心提高I/O性能和最大化主存利用率。然而,今天,数据库生活在多级内存层次结构中,包括磁盘、主内存和多个级别的处理器缓存。最近的研究表明,底层计算机硬件和设备的所有级别都直接影响数据库性能。本文旨在(a)解释为什么数据库性能取决于现代处理器和内存微架构,(b)调查和对比过去十年来关于该主题的研究,以及(c)讨论未来的研究挑战。
{"title":"Database architectures for new hardware","authors":"A. Ailamaki","doi":"10.1109/ICDE.2005.45","DOIUrl":"https://doi.org/10.1109/ICDE.2005.45","url":null,"abstract":"Few years ago, DBMS stored data on disks and cached recently used data in main memory buffer pools, while designers worried about improving I/O performance and maximizing main memory utilization. Today, however, databases live in multi-level memory hierarchies that include disks, main memories, and several levels of processor caches. Recent research shows that all levels of the underlying computer hardware and devices directly influence database performance. This paper aims at (a) explaining why database performance depends on modern processor and memory microarchitectures, (b) surveying and contrasting research on the topic over the past decade, and (c) discussing future research challenges.","PeriodicalId":297231,"journal":{"name":"21st International Conference on Data Engineering (ICDE'05)","volume":"10 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2005-04-05","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116611135","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}
引用次数: 11
Fuzzy spatial objects: an algebra implementation in SECONDO 模糊空间对象:在SECONDO中的代数实现
Pub Date : 2005-04-05 DOI: 10.1109/ICDE.2005.70
T. Behr, R. H. Güting
This paper describes a data model for fuzzy spatial objects implemented as an algebra module in SECONDO. Furthermore, the graphical representation of such objects is discussed.
本文描述了一个用代数模块实现的模糊空间对象数据模型。此外,还讨论了这些对象的图形表示。
{"title":"Fuzzy spatial objects: an algebra implementation in SECONDO","authors":"T. Behr, R. H. Güting","doi":"10.1109/ICDE.2005.70","DOIUrl":"https://doi.org/10.1109/ICDE.2005.70","url":null,"abstract":"This paper describes a data model for fuzzy spatial objects implemented as an algebra module in SECONDO. Furthermore, the graphical representation of such objects is discussed.","PeriodicalId":297231,"journal":{"name":"21st International Conference on Data Engineering (ICDE'05)","volume":"52 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2005-04-05","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"124990884","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
期刊
21st International Conference on Data Engineering (ICDE'05)
全部 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