1.

State true or false: Hybrid hash join is partially pipelined on the probe relation(a) True(b) FalseThe question was posed to me during an online interview.The origin of the question is Evaluation of Expressions in chapter Query Processing and Optimization of RDBMS

Answer»

The CORRECT answer is (a) True

The explanation is: Hybrid HASH JOIN is partially pipelined on the probe relation since it can output tuples from the first partition as tuples are RECEIVED for the probe relation.



Discussion

No Comment Found

Related InterviewSolutions