skip to main content
10.1145/335168acmconferencesBook PagePublication PagespodsConference Proceedingsconference-collections
PODS '00: Proceedings of the nineteenth ACM SIGMOD-SIGACT-SIGART symposium on Principles of database systems
ACM2000 Proceeding
Publisher:
  • Association for Computing Machinery
  • New York
  • NY
  • United States
Conference:
SIGMOD/PODS00: ACM International Conference on Management of Data and Symposium on Principles of Database Systems Dallas Texas USA May 15 - 18, 2000
ISBN:
978-1-58113-214-4
Published:
01 May 2000
Sponsors:

Bibliometrics
Abstract

No abstract available.

Skip Table Of Content Section
Article
Free
The Web as a graph

The pages and hyperlinks of the World-Wide Web may be viewed as nodes and edges in a directed graph. This graph has about a billion nodes today, several billion links, and appears to grow exponentially with time. There are many reasons—mathematical, ...

Article
Free
Typechecking for XML transformers

We study the typechecking problem for XML transformers: given an XML transformation program and a DTD for the input XML documents, check whether every result of the program conforms to a specified output DTD. We model XML transformers using a novel ...

Article
Free
Integrity constraints for XML

Integrity constraints are useful for semantic specification, query optimization and data integration. The ID/IDREF mechanism provided by XML DTDs relics on a simple form of constraint to describe references. Yet, this mechanism is not sufficient to ...

Article
Free
DTD inference for views of XML data

We study the inference of Data Type Definitions (DTDs) for views of XML data, using an abstraction that focuses on document content structure. The views are defined by a query language that produces a list of documents selected from one or more input ...

Article
Free
On the content of materialized aggregate views

We consider the problem of answering queries using only materialized views. We first show that if the views subsume the query from the point of view of the information content, then the query can be answered using only the views, but the resulting query ...

Article
Free
View-based query processing for regular path queries with inverse

View-based query processing is the problem of computing the answer to a query based on a set of materialized views, rather than on the raw data in the database. The problem comes in two different forms, called query rewriting and query answering, ...

Article
Free
Query containment for data integration systems

The problem of query containment is fundamental to many aspects of database systems, including query optimization, determining independence of queries from updates, and rewriting queries using views. In the data integration framework, however, the ...

Article
Free
Constraint satisfaction and database theory: a tutorial

A large class of problems in AI and other areas of computer science can be viewed as constraint-satisfaction problems. This includes problems in machine vision, belief maintenance, scheduling, temporal reasoning, type reconstruction, graph theory, and ...

Article
Free
Auditing Boolean attributes

We study the problem of auditing databases which support statistical sum queries to protect the security of sensitive information; we focus on the special case in which the sensitive information is Boolean. Principles and techniques developed for the ...

Article
Free
Verification of relational tranducers for electronic commerce

Motivated by recent work of Abiteboul, Vianu, Fordham, and Yesha [3] we investigate the verifiability of transaction protocols specifying the interaction of multiple partiesvia a network, where each party is equipped with an (active) database that ...

Article
Free
Reachability and connectivity queries in constraint databases

It is known that standard query languages for constraint databases lack the power to express connectivity properties. Such properties are important in the context of geographical databases, where one naturally wishes to ask queries about connectivity (...

Article
Free
Fixed-point query languages for linear constraint databases

We introduce a family of query languages for linear constraint databases over the reals. The languages are defined over two-sorted structures, the first sort being the real numbers and the second sort consisting of a decomposition of the input relation ...

Article
Free
Linear approximation of planar spatial databases using transitive-closure logic

We consider spatial databases in the plane that can be defined by polynomial constraint formulas. Motivated by applications in geographic information systems, we investigate linear approximations of spatial databases and study in which language they can ...

Article
Free
Computational aspects of resilient data extraction from semistructured sources (extended abstract)

Automatic data extraction from semistructured sources such as HTML pages is rapidly growing into a problem of significant importance, spurred by the growing popularity of the so called “shopbots” that enable end users to compare prices of goods and ...

Article
Free
Expressive and efficient pattern languages for tree-structured data (extended abstract)

It would be desirable to have a query language for tree-structured data that is (1) as easily usable as SQL, (2) as expressive as monadic second-order logic (MSO), and (3) efficiently evaluable. The paper develops some ideas in this direction. Towards (...

Article
Free
Expressive power and data complexity of nonrecursive query languages for lists and trees (extended abstract)

We extend the traditional query languages by primitives for handling lists and trees. Our main results characterize the expressive power and data complexity of the following extended languages: (1) relational algebra with lists and trees, (2) ...

Article
Free
Indexing the edges—a simple and yet efficient approach to high-dimensional indexing

In this paper, we propose a new tunable index scheme, called iMinMax(Ο), that maps points in high dimensional spaces to single dimension values determined by their maximum or minimum values among all dimensions. By varying the tuning “knob” Ο, we can ...

Article
Free
Indexing moving points (extended abstract)

We propose three indexing schemes for storing a set S of N points in the plane, each moving along a linear trajectory, so that a query of the following form can be answered quickly: Given a rectangle R and a real value tq, report all K points of S that ...

Article
Free
On Herbrand semantics and conflict serializability of read-write transactions (extended abstract)

The quest for unified correctness criteria in database concurrency control is addressed from a new perspective. A family of Herbrand semantics is presented, where each semantics provides an interpretation for operations in the read-write model of ...

Article
Free
Entrepreneurship for information systems researchers (invited tutorial) (abstract only)

Today's environment offers tremendous opportunity for researchers to contribute to the advancement of commercial enterprises. Traditionally this involvement has been in the form of research grants from larger organizations and combined projects with ...

Article
Free
(Almost) optimal parallel block access to range queries

This guarantee is true for any number of dimensions. Subsequent to this work, Bhatia et al. [4] have proved that such a performance bound is essentially optimal for this kind of scheme, and have also extended our results to the case where the number of ...

Article
Free
Selectively estimation for Boolean queries

In a variety of applications ranging from optimizing queries on alphanumeric attributes to providing approximate counts of documents containing several query terms, there is an increasing need to quickly and reliably estimate the number of strings (...

Article
Free
Transversing itemset lattices with statistical metric pruning

We study how to efficiently compute significant association rules according to common statistical measures such as a chi-squared value or correlation coefficient. For this purpose, one might consider to use of the Apriori algorithm, but the algorithm ...

Article
Free
Computational properties of metaquerying problems

Metaquerying is a datamining technology by which hidden dependencies among several database relations can be discovered. This tool has already been successfully applied to several real-world applications. Recent papers provide only very preliminary ...

Article
Free
Information dependencies

This paper uses the tools of information theory to examine and reason about the information content of the attributes within a relation instance. For two sets of attributes X and Y, an information dependency measure (InD measure) characterizes the ...

Article
Free
Uniform generation in spatial constraint databases and applications (Extended abstract)

We study the efficient approximation of queries in linear constraint databases using sampling techniques. We define the notion of an almost uniform generator for a generalized relation and extend the classical generator of Dyer, Frieze and Kannan for ...

Article
Free
Analysis and application of adaptive sampling

An estimation algorithm for a query is a probabilistic algorithm that computes an approximation for the size (number of tuples) of the query. The main question that is studied is which classes of logically definable queries have fast estimation ...

Article
Free
Towards estimation error guarantees for distinct values

We consider the problem of estimating the number of distinct values in a column of a table. For large tables without an index on the column, random sampling appears to be the only scalable approach for estimating the number of distinct values. We ...

Contributors
  • University of California, San Diego
  • University of Calabria

Index Terms

  1. Proceedings of the nineteenth ACM SIGMOD-SIGACT-SIGART symposium on Principles of database systems

          Recommendations

          Acceptance Rates

          PODS '00 Paper Acceptance Rate26of119submissions,22%Overall Acceptance Rate642of2,707submissions,24%
          YearSubmittedAcceptedRate
          PODS '19872933%
          PODS '171012929%
          PODS '16943133%
          PODS '15802531%
          PODS '14672233%
          PODS '13972425%
          PODS '121012626%
          PODS '111132522%
          PODS '101132724%
          PODS '09972627%
          PODS '081592818%
          PODS '071872815%
          PODS '061853519%
          PODS '031362720%
          PODS '021092422%
          PODS '01992626%
          PODS '001192622%
          PODS '991163228%
          PODS '981192824%
          PODS '971182319%
          PODS '96842226%
          PODS '95942527%
          PODS '941172824%
          PODS '931152623%
          Overall2,70764224%