Related Experiment Video
Updated: Sep 23, 2025

05:39
Generating Strictly Controlled Stimuli for Figure Recognition Experiments
Published on: March 18, 2019
5.3K
Beyond Equi-joins: Ranking, Enumeration and Factorization
Nikolaos Tziavelis1, Wolfgang Gatterbauer1, Mirek Riedewald1
1Northeastern University, Boston, Massachusetts, USA.
Summary
We introduce efficient ranked enumeration for theta-joins with inequalities. Our method delivers top-k results quickly, outperforming existing database systems in practice.
Area of Science:
- Database Systems
- Theoretical Computer Science
- Data Mining
Background:
- Theta-joins, especially with complex inequality predicates, pose significant computational challenges.
- Existing methods for ranked query processing are often limited to equi-joins or lack theoretical guarantees for more general join types.
Purpose of the Study:
- To develop an efficient algorithm for ranked enumeration of theta-joins with inequality predicates.
- To provide strong theoretical time and space complexity guarantees for this class of queries.
- To demonstrate the practical efficiency and memory usage of the proposed approach.
Main Methods:
- Developing a novel factorized representation of the query output.
- Designing an on-the-fly construction method for this representation.
- Analyzing the time and space complexity for acyclic full join queries with inequality conditions.
Main Results:
- Achieving time complexity for returning the top-k ranked answers for acyclic full join queries with inequality conditions.
- Demonstrating guarantees that are polylogarithmic factors away from the best known complexities for equi-joins and even output-sensitive complexities.
- Extending guarantees to queries with selections and specific types of projections (free-connex, bag semantics).
- Showing practical performance improvements of orders of magnitude over state-of-the-art systems.
Conclusions:
- The proposed ranked enumeration approach offers the first non-trivial theoretical guarantees for theta-joins beyond equi-joins.
- The method is both theoretically sound and practically efficient, providing significant speedups and memory savings.
Related Concept Videos
Ranks
290
Unlike parametric methods, nonparametric statistics are ideal for nominal and ordinal data, requiring fewer assumptions about the population's nature or distribution. This makes nonparametric methods easier to apply and interpret, as they do not depend on parameters like mean or standard deviation. One common approach in nonparametric analysis is to sort data according to a specific criterion. For instance, we might arrange weather data from hottest to coldest days in a month or rank cities...
290
Second Uniqueness Theorem
1.1K
Consider a region consisting of several individual conductors with a definite charge density in the region between these conductors. The second uniqueness theorem states that if the total charge on each conductor and the charge density in the in-between region are known, then the electric field can be uniquely determined.
In contrast, consider that the electric field is non-unique and apply Gauss's law in divergence form in the region between the conductors and the integral form to the...
In contrast, consider that the electric field is non-unique and apply Gauss's law in divergence form in the region between the conductors and the integral form to the...
1.1K
Ordinal Level of Measurement
26.0K
The way a set of data is measured is called its level of measurement. Correct statistical procedures depend on a researcher being familiar with levels of measurement. For analysis, data are classified into four levels of measurement—nominal, ordinal, interval, and ratio.
Data measured using an ordinal scale are similar to nominal scale data, but there is one major difference. The ordinal scale data can be ordered. An example of ordinal scale data is a list of the top five national parks...
Data measured using an ordinal scale are similar to nominal scale data, but there is one major difference. The ordinal scale data can be ordered. An example of ordinal scale data is a list of the top five national parks...
26.0K
Compacting Factor test
263
The compacting factor test is a method used to assess the workability of concrete. It is especially suitable for concrete mixes containing aggregates up to one and a half inches in size. This test involves specialized equipment consisting of two truncated cone-shaped hoppers and a cylinder, all with polished interior surfaces to minimize friction.
The procedure begins by placing concrete into the upper hopper without any compaction. Once filled, the bottom door of this hopper is opened,...
The procedure begins by placing concrete into the upper hopper without any compaction. Once filled, the bottom door of this hopper is opened,...
263
Routh-Hurwitz Criterion I
343
Consider an electrical power grid, where stability is essential to prevent blackouts. The Routh-Hurwitz criterion is a valuable tool for assessing system stability under varying load conditions or faults. By analyzing the closed-loop transfer function, the Routh-Hurwitz criterion helps determine whether the system remains stable.
To apply the Routh-Hurwitz criterion, a Routh table is constructed. The table's rows are labeled with powers of the complex frequency variable s, starting from the...
To apply the Routh-Hurwitz criterion, a Routh table is constructed. The table's rows are labeled with powers of the complex frequency variable s, starting from the...
343
Factorial Design
13.3K
Factorial Analysis is an experimental design that applies Analysis of Variance (ANOVA) statistical procedures to examine a change in a dependent variable due to more than one independent variable, also known as factors. Changes in worker productivity can be reasoned, for example, to be influenced by salary and other conditions, such as skill level. One way to test this hypothesis is by categorizing salary into three levels (low, moderate, and high) and skills sets into two levels (entry level...
13.3K

