Explanation of Solution
a.
Nested loop join:
The “r1” needs 800 blocks, and “r2” needs 1500 blocks.
Let assume “M” pages of memory. If “M” is greater than 800, the join can easily be done in 1500 + 800 disk accesses, using even plain nested-loop join.
So we consider only the case where “M” less than or equal to 800 pages.
Using “r1” as the outer relation the user need 20000 * 1500 + 800
Explanation of Solution
b.
Block nested loop join:
Explanation of Solution
c.
Merge join:
Let assuming that “r1” and “r2” are not initially sorted on the join key, the total sorting cost inclusive of the output is:
Explanation of Solution
d.
Hash join:
Let assume no overflow occurs. Since, “r1” is smaller, the user uses it as the build relation and “r2” as the probe relation...
Want to see the full answer?
Check out a sample textbook solutionChapter 15 Solutions
DATABASE SYSTEM CONCEPTS (LOOSELEAF)
- (Using R language)arrow_forwardAfter our initial deployment for our ML home based security system, the first steps we took to contribute further to the project, we conducted load testing, tested and optimize for low latency, and automated user onboarding. What should be next?arrow_forwardWhy investing in skills and technology is a critical factor in the financial management aspect of system projects.arrow_forward
- Database System ConceptsComputer ScienceISBN:9780078022159Author:Abraham Silberschatz Professor, Henry F. Korth, S. SudarshanPublisher:McGraw-Hill EducationStarting Out with Python (4th Edition)Computer ScienceISBN:9780134444321Author:Tony GaddisPublisher:PEARSONDigital Fundamentals (11th Edition)Computer ScienceISBN:9780132737968Author:Thomas L. FloydPublisher:PEARSON
- C How to Program (8th Edition)Computer ScienceISBN:9780133976892Author:Paul J. Deitel, Harvey DeitelPublisher:PEARSONDatabase Systems: Design, Implementation, & Manag...Computer ScienceISBN:9781337627900Author:Carlos Coronel, Steven MorrisPublisher:Cengage LearningProgrammable Logic ControllersComputer ScienceISBN:9780073373843Author:Frank D. PetruzellaPublisher:McGraw-Hill Education