Thanks Ravindra for the response.
Query includes select and few joins. Calculation shows 90 % time on select
Statement. As I mentioned, simple select statement with few fields takes 8 secs where as in oracle
Only 3 secs.
Why it is using only one node ?
Table is fully loaded into memory. No merge.
Thanks