InterviewSolution
Saved Bookmarks
| 1. |
Tuples are generated ___________ in producer-driven pipelining, they are generated ________ on demand, in demand-driven pipelining.(a) Lazily, Eagerly(b) Eagerly, Lazily(c) Slowly, Eagerly(d) Eagerly, SlowlyThis question was addressed to me by my school principal while I was bunking the class.Enquiry is from Evaluation of Expressions topic in division Query Processing Techniques of Database Management |
|
Answer» CORRECT ANSWER is (B) Eagerly, Lazily The EXPLANATION is: Producer-driven pipelining is very USEFUL in parallel processing systems. |
|