We have a database file with six million pages (6,000,000 pages), and we want to sort it using external merge sort. Assu

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899604
Joined: Mon Aug 02, 2021 8:13 am

We have a database file with six million pages (6,000,000 pages), and we want to sort it using external merge sort. Assu

Post by answerhappygod »

We have a database file with six million pages (6,000,000
pages), and we want to sort it using external merge sort. Assume
that the DBMS is not using double buffering or blocked I/O, and
that it uses quicksort for in-memory sorting.
Assume that the DBMS
has six buffers.
How many runs will you produce in the second pass
(Pass #1)?
Group of answer choices
1,000,000
200,000
1,000,001
200,001
3,334
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply