Hi! All
Does effedtive Parallel Query processing need the base tables to be analyzed? or can parallel query be used with rule based optimizer?
Thanx
Printable View
Hi! All
Does effedtive Parallel Query processing need the base tables to be analyzed? or can parallel query be used with rule based optimizer?
Thanx
PQ will be effective only on multiple CPU machine. It is not necessary to analyze the table for employing PQ.
PQ can be used with RBO as well as with CBO.
Thanx a lot