Skip to content

Posts Tagged Database Systems

Posts Loop

CSC Archive
April 7, 2023 | 11:05 am

Sampling Over Union of Joins

To avoid the cost of join and union, given a set of joins, we study the problem of obtaining a random sample from the union of joins without performing the full join and union.

topics: Database Systems, Query,