Sciweavers

251 search results - page 5 / 51
» Optimizing recursive queries in SQL
Sort
View
ICDE
2006
IEEE
152views Database» more  ICDE 2006»
14 years 1 months ago
Redundancy Awareness in SQL Queries
In this paper, we study SQL queries with aggregate subqueries that share common tables and conditions with the outer query. While several approaches can deal with such queries, th...
Bin Cao, Antonio Badia
ICDE
2007
IEEE
117views Database» more  ICDE 2007»
14 years 8 months ago
Unnesting Scalar SQL Queries in the Presence of Disjunction
Optimizing nested queries is an intricate problem. It becomes even harder if in a nested query the linking predicate or the correlation predicate occurs disjunctively. We present ...
Matthias Brantner, Norman May, Guido Moerkotte
SIGMOD
2004
ACM
148views Database» more  SIGMOD 2004»
14 years 7 months ago
Vertical and Horizontal Percentage Aggregations
Existing SQL aggregate functions present important limitations to compute percentages. This article proposes two SQL aggregate functions to compute percentages addressing such lim...
Carlos Ordonez
SIGMOD
1997
ACM
91views Database» more  SIGMOD 1997»
13 years 11 months ago
On Saying "Enough Already!" in SQL
In this paper, we study a simple SQL extension that enables query writers to explicitly limit the cardinality of a query result. We examine its impact on the query optimization an...
Michael J. Carey, Donald Kossmann
VLDB
1998
ACM
82views Database» more  VLDB 1998»
13 years 11 months ago
Reducing the Braking Distance of an SQL Query Engine
In a recent paper, we proposed adding a STOP AFTER clause to SQL to permit the cardinality of a query result to be explicitly limited by query writers and query tools. We demonstr...
Michael J. Carey, Donald Kossmann