ACM Home Page
Please provide us with feedback. Feedback
Cost estimation of user-defined methods in object-relational database systems
Full text PdfPdf (538 KB)
Source ACM SIGMOD Record archive
Volume 28 ,  Issue 3  (September 1999) table of contents
Pages: 22 - 28  
Year of Publication: 1999
ISSN:0163-5808
Authors
Jihad Boulos  NACSIS (National Center for Science Information Systems), Otsuka 3-29-1, Bunkyo-Ku, Tokyo 112, Japan
Kinji Ono  NACSIS (National Center for Science Information Systems), Otsuka 3-29-1, Bunkyo-Ku, Tokyo 112, Japan
Publisher
ACM  New York, NY, USA
Bibliometrics
Downloads (6 Weeks): 3,   Downloads (12 Months): 18,   Citation Count: 2
Additional Information:

abstract   cited by   index terms   collaborative colleagues  

Tools and Actions: Review this Article  
DOI Bookmark: Use this link to bookmark this Article: http://doi.acm.org/10.1145/333607.333610
What is a DOI?

ABSTRACT

In this paper we present a novel technique for cost estimation of user-defined methods in advanced database systems. This technique is based on multi-dimensional histograms. We explain how the system collects statistics on the method that a database user defines and adds to the system. From these statistics a multi-dimensional histogram is built. Afterwards, this histrogram can be used for estimating the cost of the target method whenever this method is referenced in a query. This cost estimation is needed by the optimizer of the database system since this cost estimation needs to know the cost of a method in order to place it at its optimal position in the Query Execution Plan (QEP). We explain here how our technique works and we provide an example to better verify its functionality.