Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

4. Consider a Student table-with scheme Students (SID, sName)-containing Nstudents = 2,000 tuples that are sorted in ascending order of sID, and each page

 

4. Consider a "Student" table-with scheme Students (SID, sName)-containing Nstudents = 2,000 tuples that are sorted in ascending order of sID, and each page can hold 10 such Student tuples. Compute the I/O cost for evaluating the following SQL selection statement "SELECT * FROM Students WHERE SID=7774380". Note that the cost metric is the number of page I/Os. Please show your equation. a) Plan S1 is to perform a binary search to evaluate the SQL statement. What is the I/O cost for this plan? b) Assume that (i) we have an Option-1 B-tree index on sID and (ii) it costs 3 I/Os to traverse from the root to a leaf (i.e., actual student data records). Plan S2 is to use this index (i.e. index probe) to evaluate the SQL statement. What is the I/O cost for this plan? c) Assume that (i) we have an Option-2 B-tree index on sID and (ii) it costs 3 I/Os to traverse from the root to a leaf (i.e., data entries, which capture the record IDs of student data). Plan S3 is to use this index to evaluate the SQL statement. What is the I/O cost for this plan?

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Using Excel & Access for Accounting 2010

Authors: Glenn Owen

3rd edition

1111532672, 978-1111532673

More Books

Students also viewed these Computer Network questions

Question

1. Check readers and library books. Is there ethnic diversity?

Answered: 1 week ago

Question

What does stickiest refer to in regard to social media

Answered: 1 week ago

Question

What are the purposes of forms?

Answered: 1 week ago