Cartesian explosionA Cartesian explosion is an effect that occurs when applying the Cartesian product to multiple sets, which results in geometric growth in the number of outputted combinations.[1] In database queryingThis problem most often occurs in the realm of database querying in languages such as SQL. If a join operator is applied to multiple tables without specifying a join condition (such as a foreign key reference), the resulting data set ends up growing multiplicatively, producing a result that has a row count equal to the product of the row count of all tables involved in the query.[2] For example, if a References
|