• Documents
  • Authors
  • Tables
  • Log in
  • Sign up
  • MetaCart
  • DMCA
  • Donate

CiteSeerX logo

Advanced Search Include Citations

Tools

Sorted by:
Try your query at:
Semantic Scholar Scholar Academic
Google Bing DBLP
Results 1 - 10 of 112
Next 10 →

Segmenting and Labeling Query Sequences in a Multidatabase Environment

by Aybar C. Acar, Amihai Motro
"... Abstract. When gathering information from multiple independent data sources, users will generally pose a sequence of queries to each source, combine (union) or cross-reference (join) the results in order to obtain the information they need. Furthermore, when gathering information, there is a fair bi ..."
Abstract - Add to MetaCart
Abstract. When gathering information from multiple independent data sources, users will generally pose a sequence of queries to each source, combine (union) or cross-reference (join) the results in order to obtain the information they need. Furthermore, when gathering information, there is a fair bit of trial and error involved, where queries are recursively refined according to the results of a previous query in the sequence. From the point of view of an outside observer, the aim of such a sequence of queries may not be immediately obvious. We investigate the problem of isolating and characterizing subsequences representing coherent information retrieval goals out of a sequence of queries sent by a user to different data sources over a period of time. The problem has two sub-problems: segmenting the sequence into subsequences, each representing a discrete goal; and labeling each query in these subsequences according to how they contribute to the goal. We propose a method in which a discriminative probabilistic model (a Conditional Random Field) is trained with pre-labeled sequences. We have tested the accuracy with which such a model can infer labels and segmentation on novel sequences. Results show that the approach is very accurate (> 95 % accuracy) when there are no spurious queries in the sequence and moderately accurate even in the presence of substantial noise (∼70 % accuracy when 15 % of queries in the sequence are spurious).

Developing Cost Models with Qualitative Variables for Dynamic Multidatabase Environments

by Qiang Zhu, Yu Sun, S. Motheramgari - In Proceedings of the 16th ICDE Conference , 2000
"... A major challenge for global query optimization in a multidatabase system (MDBS) is lack of local cost information at the global level due to local autonomy. A number of methods to derive local cost models have been suggested recently. However, these methods are only suitable for a static multidatab ..."
Abstract - Cited by 10 (2 self) - Add to MetaCart
multidatabase environment. In this paper, we propose a new multi-states query sampling method to develop local cost models for a dynamic environment. The system contention level at a dynamic local site is divided into a number of discrete contention states based on the costs of a probing query. To determine

Mylopoulos: Supporting Distributed Event-Condition-Action Rules in a Multidatabase Environment

by Vasiliki Kantere, Iluju Kiringa, John Mylopoulos - Int. J. Cooperative Inf. Syst , 2007
"... We describe a mechanism based on distributed Event-Condition-Action (ECA) rules that supports data coordination in a multidatabase setting. The proposed mechanism includes an ECA rule language and a rule execution engine that transforms rules when they are first posted, and then coordinates their ex ..."
Abstract - Cited by 5 (0 self) - Add to MetaCart
their execution. Like traditional ECA rules, our ECA rule language has three parts: an event language, a condition language, and an action language. The event language provides a set of operators with a formal semantics for a multidatabase environment, and which allows a wide variety of composite events

Partial Natural Outerjoin- An Operation for Interoperability in a Multidatabase Environment

by Pauray S. M. Tsai, Arbee L. P. Chen
"... Natural outerjoin has been considered as an important operation in schema integration. It can be used to define various views in cooperation with other operations. Due to the existence of inconsistent data and null values in base relations of multiple databases, the traditional natural outerjoin can ..."
Abstract - Add to MetaCart
cannot be directly applied to schema integration in a multidatabase environment. In this paper, the effects of execution orders, inconsistent data, and null values on the resultant semantics of natural outerjoins are explored. Because an arbitrary execution order of natural outerjoins may cause

Precise Detection and Proper Handling of View Maintenance Anomalies in a Multidatabase Environment

by Rongquen Chen, Weiyi Meng - In 2nd IFCIS International Conference on Cooperative Information Systems , 1997
"... A global view in a multidatabase system is defined as a query against base relations. When the global view is materialized, any update to the corresponding base relations needs to be propagated to the materialized view. This is known as view maintenance. Different maintenances of the same materializ ..."
Abstract - Cited by 4 (0 self) - Add to MetaCart
A global view in a multidatabase system is defined as a query against base relations. When the global view is materialized, any update to the corresponding base relations needs to be propagated to the materialized view. This is known as view maintenance. Different maintenances of the same

Inferring User Goals from Sets of Independent Queries in a Multidatabase Environment

by Aybar C. Acar, Amihai Motro
"... Loosely coupled data integration among networked sources has become so ubiquitous over the recent years that many of the services and applications used daily are actually not monolithic information systems but rather collections of sources tied together. Instead of building centralized and large dat ..."
Abstract - Cited by 1 (1 self) - Add to MetaCart
Loosely coupled data integration among networked sources has become so ubiquitous over the recent years that many of the services and applications used daily are actually not monolithic information systems but rather collections of sources tied together. Instead of building centralized and large data sources (i.e., the Extract-

Cost Estimation for Large Queries via Fractional Analysis and Probabilistic Approach in Dynamic Multidatabase Environments

by Qiang Zhu, S. Motheramgari, Yu Sun
"... Research on query cost estimation for local database systems in a multidatabase system (MDBS) has attracted many researchers in the database area recently. Obtaining good query cost estimates is crucial for performing eective global query optimization in an MDBS. However, most techniques suggest ..."
Abstract - Add to MetaCart
suggested so far, including database calibrating and query sampling, consider only a static multidatabase environment.

An Architecture for Large Multidatabase Systems

by Sharad Mehrotra, Henry F. Korth, Avi Silberschatz
"... Over the past decade, substantial research has been done towards developing transaction management algorithms for multidatabase systems. Most of these research efforts have concentrated on the problems that arise due to the heterogeneity and the autonomy of the various local databases that are integ ..."
Abstract - Add to MetaCart
that are integrated into a multidatabase environment. One issue that has been relatively ignored is that of the architecture of multidatabase systems. We believe that a large multidatabase system spanning multiple organizations that are distributed over various geographically distant locations will not be developed

Overview of Multidatabase Transaction Management

by Yuri Breitbart, Hector Garcia-Molina, Avi Silberschatz - VLDB JOURNAL , 1992
"... A multidatabase system (MDBS) is a facility that allows users access to data located in multiple autonomous database management systems (DBMSs). In such a system, global transactions are executed under the control of the MDBS. Independently, local transactions are executed under the control of the l ..."
Abstract - Cited by 106 (14 self) - Add to MetaCart
A multidatabase system (MDBS) is a facility that allows users access to data located in multiple autonomous database management systems (DBMSs). In such a system, global transactions are executed under the control of the MDBS. Independently, local transactions are executed under the control

Serializability of Nested Transactions in Multidatabases

by Ugur Halici, Budak Arpinar, Asuman Dogac , 1995
"... . The correctness of nested transactions for multidatabases differs from that of flat transactions in that, for nested transactions the execution order of siblings at each related site should also be consistent. In this paper we first propose a simple but powerful theory for the serializability of n ..."
Abstract - Cited by 9 (5 self) - Add to MetaCart
by providing a single database illusion. A multidatabase environment supports two types of transac...
Next 10 →
Results 1 - 10 of 112
Powered by: Apache Solr
  • About CiteSeerX
  • Submit and Index Documents
  • Privacy Policy
  • Help
  • Data
  • Source
  • Contact Us

Developed at and hosted by The College of Information Sciences and Technology

© 2007-2019 The Pennsylvania State University