Select with MINUS vs Two VARRAYS with MULTISET
892227Apr 2 2012 — edited Apr 3 2012Hi All,
I just wanted to know, which one of the following two is more faster and results in better performance.
1. SELECT statement containing 200+ columns from one Table with MINUS operator. (TWO SELECTS with MINUS operator between them)
2. Loading the Individual SELECT statement's (with out MINUS) result sets into two different VARRAYS and then use MULTISET operators on those two.
Which one is faster and uses less memeory ?
Thanks
Raj