Sciweavers

716 search results - page 27 / 144
» Optimizing Queries in Extended Relational Databases
Sort
View
TJS
2008
105views more  TJS 2008»
14 years 11 months ago
Using a relational database for scalable XML search
XML is a flexible and powerful tool that enables information and security sharing in heterogeneous environments. Scalable technologies are needed to effectively manage the growing...
Rebecca Cathey, Steven M. Beitzel, Eric C. Jensen,...
SIGMOD
1993
ACM
140views Database» more  SIGMOD 1993»
15 years 3 months ago
Second-Order Signature: A Tool for Specifying Data Models, Query Processing, and Optimization
Abstract: We propose a framework for the specification of extensible database systems. A particular goal is to implement a software component for parsing and rule-based optimizatio...
Ralf Hartmut Güting
SIGMOD
2005
ACM
133views Database» more  SIGMOD 2005»
15 years 4 months ago
A Nested Relational Approach to Processing SQL Subqueries
One of the most powerful features of SQL is the use of nested queries. Most research work on the optimization of nested queries focuses on aggregate subqueries. However, the solut...
Bin Cao, Antonio Badia
ICDE
2007
IEEE
159views Database» more  ICDE 2007»
16 years 17 days ago
The Multi-Relational Skyline Operator
Most of the existing work on skyline query has been extensively used in decision support, recommending systems etc, and mainly focuses on the efficiency issue for a single table. ...
Wen Jin, Martin Ester, Zengjian Hu, Jiawei Han
DASFAA
2004
IEEE
95views Database» more  DASFAA 2004»
15 years 2 months ago
On Incorporating Iceberg Queries in Query Processors
Iceberg queries are a special case of SQL queries involving GROUP BY and HAVING clauses, wherein the answer set is small relative to the database size. We present here a performanc...
Krishna P. Leela, Pankaj M. Tolani, Jayant R. Hari...