5 Partitioned Hash Join Consider relations R and S with B(R) = 1000 and B(S) = 800. Explain how a DBMS could efficiently
Posted: Sun May 15, 2022 12:26 pm
5 Partitioned Hash Join Consider relations R and S with B(R) = 1000 and B(S) = 800. Explain how a DBMS could efficiently join these two relations given that only 21 pages can fit in main memory at a time. Present a solution that uses a hash-based algorithm. Your presentation should be detailed: specify how many pages are allocated in memory and what they are used for; specify what exactly is written to disk and when.