Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » SQL Anywhere Server - SQL Usage » Query Optimization and Execution » Query execution algorithms » Query expression algorithms

Recursive Union algorithm Next Page

RowReplicate algorithm


The RowReplicate algorithm is used during the execution of set operations such as EXCEPT ALL and INTERSECT ALL. It is a feature of such operations that the number of rows in the result set is explicitly related to the number of rows in the two sets being operated on. The RowReplicate algorithm ensures that the number of rows in the result set is correct.

For more information, see Performing set operations on query results with UNION, INTERSECT, and EXCEPT.