You're probably right, but if there are more than 1000 entries in the tables it would help to implement a parallel cursor algorithm. O( n1 + n2 ) vs. O( n1 * n2 ).
↧
You're probably right, but if there are more than 1000 entries in the tables it would help to implement a parallel cursor algorithm. O( n1 + n2 ) vs. O( n1 * n2 ).